i386.md (*addsi_2_zext): Remove wrong assert.

* config/i386.md (*addsi_2_zext): Remove wrong assert.
	(*addsi_3_zext): Ditto.

From-SVN: r186769
This commit is contained in:
Uros Bizjak 2012-04-24 17:23:22 +02:00
parent 59d9ade4ae
commit 814671217c

View File

@ -5885,7 +5885,6 @@
tmp = operands[1], operands[1] = operands[2], operands[2] = tmp;
}
gcc_assert (rtx_equal_p (operands[0], operands[1]));
if (x86_maybe_negate_const_int (&operands[2], SImode))
return "sub{l}\t{%2, %k0|%k0, %2}";
@ -5977,7 +5976,6 @@
tmp = operands[1], operands[1] = operands[2], operands[2] = tmp;
}
gcc_assert (rtx_equal_p (operands[0], operands[1]));
if (x86_maybe_negate_const_int (&operands[2], SImode))
return "sub{l}\t{%2, %k0|%k0, %2}";