Commit 90989852 by Torbjorn Granlund

(casesi): Use match_dup for second mention of operand 4.

From-SVN: r2040
parent 20eec2c2
...@@ -1174,7 +1174,7 @@ ...@@ -1174,7 +1174,7 @@
(set (cc0) (compare (match_dup 5) (set (cc0) (compare (match_dup 5)
(match_operand:SI 2 "general_operand" "mri"))) (match_operand:SI 2 "general_operand" "mri")))
(set (pc) (if_then_else (gtu (cc0) (const_int 0)) (set (pc) (if_then_else (gtu (cc0) (const_int 0))
(label_ref (match_operand 4 "" "")) (label_ref (match_dup 4))
(pc))) (pc)))
(set (match_dup 5) (ashift:SI (match_dup 5) (set (match_dup 5) (ashift:SI (match_dup 5)
(const_int 2))) (const_int 2)))
......
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