deleted insns ???

Richard Henderson rth@redhat.com
Sat Nov 2 13:49:00 GMT 2002


On Fri, Nov 01, 2002 at 03:33:03PM +0300, Dmitry wrote:
>    if(!const_int_operand(operands[2],VOIDmode))
>    {
>      operands[0] = force_reg(HImode,operands[0]);
>      operands[1] = force_reg(HImode,operands[1]);
>      operands[2] = copy_to_mode_reg(HImode,operands[2]);
>      emit_insn(gen_ashlhi3_cnt (operands[0], operands[1], operands[2]));

Your bug is that you didn't copy the register back 
into the memory destination you were given.


r~



More information about the Gcc mailing list