Commit 549fd8ff by Richard Kenner

(movsicc): Use MATCH_DUP for operand 4 and 5.

From-SVN: r9875
parent 3438dff9
...@@ -766,8 +766,8 @@ ...@@ -766,8 +766,8 @@
[(set (match_operand:SI 0 "register_operand" "") [(set (match_operand:SI 0 "register_operand" "")
(if_then_else:SI (if_then_else:SI
(match_operator 1 "comparison_operator" (match_operator 1 "comparison_operator"
[(match_operand:SI 4 "register_operand" "") [(match_dup 4)
(match_operand:SI 5 "arith11_operand" "")]) (match_dup 5)])
(match_operand:SI 2 "reg_or_cint_move_operand" "") (match_operand:SI 2 "reg_or_cint_move_operand" "")
(match_operand:SI 3 "reg_or_cint_move_operand" "")))] (match_operand:SI 3 "reg_or_cint_move_operand" "")))]
"" ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment