(movsicc): Use MATCH_DUP for operand 4 and 5.
From-SVN: r9875
This commit is contained in:
parent
3438dff9b0
commit
549fd8ff37
@ -766,8 +766,8 @@
|
||||
[(set (match_operand:SI 0 "register_operand" "")
|
||||
(if_then_else:SI
|
||||
(match_operator 1 "comparison_operator"
|
||||
[(match_operand:SI 4 "register_operand" "")
|
||||
(match_operand:SI 5 "arith11_operand" "")])
|
||||
[(match_dup 4)
|
||||
(match_dup 5)])
|
||||
(match_operand:SI 2 "reg_or_cint_move_operand" "")
|
||||
(match_operand:SI 3 "reg_or_cint_move_operand" "")))]
|
||||
""
|
||||
|
Loading…
Reference in New Issue
Block a user