Commit 81467121 by Uros Bizjak

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

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

From-SVN: r186769
parent 59d9ade4
......@@ -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}";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment