mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 04:00:25 +08:00
Eliminate unneeded test.
From-SVN: r246020
This commit is contained in:
parent
b908f12576
commit
e837554452
@ -3323,7 +3323,7 @@ microblaze_expand_shift (rtx operands[])
|
||||
|| (GET_CODE (operands[1]) == SUBREG));
|
||||
|
||||
/* Shift by zero -- copy regs if necessary. */
|
||||
if (CONST_INT_P (operands[2]) && (operands[2] == const0_rtx)
|
||||
if (operands[2] == const0_rtx
|
||||
&& !rtx_equal_p (operands[0], operands[1]))
|
||||
{
|
||||
emit_insn (gen_movsi (operands[0], operands[1]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user