i386: Fix stack protector peephole2 operand predicate [PR112332]
PR target/112332 gcc/ChangeLog: * config/i386/i386.md (stack_protexct_set_2 peephole2): Use general_gr_operand as operand 4 predicate.
This commit is contained in:
parent
7480dbb6e7
commit
64f3a1937a
1 changed files with 1 additions and 1 deletions
|
@ -25748,7 +25748,7 @@
|
|||
(set (match_operand:W 2 "general_reg_operand") (const_int 0))
|
||||
(clobber (reg:CC FLAGS_REG))])
|
||||
(set (match_operand:SWI48 3 "general_reg_operand")
|
||||
(match_operand:SWI48 4 "general_operand"))]
|
||||
(match_operand:SWI48 4 "general_gr_operand"))]
|
||||
"peep2_reg_dead_p (0, operands[3])
|
||||
&& peep2_reg_dead_p (1, operands[2])"
|
||||
[(parallel [(set (match_dup 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue