Re: [3/11] Remove some dead code
On 07/01/2011 10:30 AM, Bernd Schmidt wrote: > * simplify-rtx.c (simplify_ternary_operation): Remove dead code. > > Index: baseline-trunk/gcc/simplify-rtx.c > === > --- baseline-trunk.orig/gcc/simplify-rtx.c > +++ baseline-trunk
[3/11] Remove some dead code
A long time ago, this piece of code ended in a call to GEN_INT. Now that we're using gen_int_mode, we needn't do the sign extension ourselves. Bernd * simplify-rtx.c (simplify_ternary_operation): Remove dead code. Index: baseline-trunk/gcc/simplify-rtx.c