(lshrsi3): Change gen_ashlsi3_d to gen_lshrsi3_d.

From-SVN: r11851
This commit is contained in:
Jim Wilson 1996-04-18 17:56:37 -07:00
parent a80e41955a
commit 7b7499bf35
1 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@
{
rtx count = copy_to_mode_reg (SImode, operands[2]);
emit_insn (gen_negsi2 (count, count));
emit_insn (gen_ashlsi3_d (operands[0], operands[1], count));
emit_insn (gen_lshrsi3_d (operands[0], operands[1], count));
DONE;
}
if (! immediate_operand (operands[2], GET_MODE (operands[2])))