]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386: Fix FAIL of gcc.target/i386/pr91681-1.c
authorRoger Sayle <roger@nextmovesoftware.com>
Wed, 12 Jul 2023 13:43:37 +0000 (14:43 +0100)
committerRoger Sayle <roger@nextmovesoftware.com>
Wed, 12 Jul 2023 13:43:37 +0000 (14:43 +0100)
I committed the wrong version of this patch (with a typo).
Updating to the correct bootstrapped and regression tested version
as obvious.

2023-07-12  Roger Sayle  <roger@nextmovesoftware.com>

gcc/ChangeLog
PR target/91681
* config/i386/i386.md (*add<dwi>3_doubleword_concat_zext): Typo.

gcc/config/i386/i386.md

index de274c8252950cdcaac754f09693a3859848edca..89a7fb0de2601eddc9ab828a77ddcffc7b0c23af 100644 (file)
            (zero_extend:<DWI>
              (match_operand:DWIH 4 "nonimmediate_operand" "rm")))
          (zero_extend:<DWI>
-           (match_operand:DWIH 1 "nonimmediate_operand" "rm")))
+           (match_operand:DWIH 1 "nonimmediate_operand" "rm"))))
    (clobber (reg:CC FLAGS_REG))]
   "INTVAL (operands[3]) == <MODE_SIZE> * BITS_PER_UNIT"
   "#"