i386: Fix FAIL of gcc.target/i386/pr91681-1.c

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.
This commit is contained in:
Roger Sayle 2023-07-12 14:43:37 +01:00
parent 275a2124e4
commit 30dbfcd86c

View file

@ -6305,7 +6305,7 @@
(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"
"#"