Re: [3/11] Remove some dead code

2011-07-05 Thread Richard Henderson
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

2011-07-01 Thread Bernd Schmidt
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