mn10300.md (adddi3_degenerate): Remove bogus gcc_assert.

* config/mn10300/mn10300.md (adddi3_degenerate): Remove bogus
	gcc_assert.

From-SVN: r266232
This commit is contained in:
Jeff Law 2018-11-16 21:19:27 -07:00 committed by Jeff Law
parent a6b2d8e54b
commit a1d5b8cacd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-11-16 Jeff Law <law@redhat.com>
* config/mn10300/mn10300.md (adddi3_degenerate): Remove bogus
gcc_assert.
2018-11-16 Sandra Loosemore <sandra@codesourcery.com>
PR middle-end/23197

View File

@ -753,7 +753,6 @@
rtx scratch = NULL_RTX;
if (!rtx_equal_p (operands[0], operands[2]))
{
gcc_assert (!reg_overlap_mentioned_p (operands[0], operands[1]));
if (reg_overlap_mentioned_p (operands[0], operands[3])
|| reg_overlap_mentioned_p (operands[0], operands[4]))
{