From 814671217c95f47784353e731057665f6ecb3cb0 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Tue, 24 Apr 2012 17:23:22 +0200 Subject: [PATCH] i386.md (*addsi_2_zext): Remove wrong assert. * config/i386.md (*addsi_2_zext): Remove wrong assert. (*addsi_3_zext): Ditto. From-SVN: r186769 --- gcc/config/i386/i386.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 5d7cc408493..0b2fe554639 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -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}"; -- 2.30.2