Commit 0a7aa509 by Anthony Green

Fix moxie comparisons

From-SVN: r174966
parent 44542f8e
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
(match_operand:SI 1 "general_operand" "") (match_operand:SI 1 "general_operand" "")
(match_operand:SI 2 "general_operand" ""))) (match_operand:SI 2 "general_operand" "")))
(set (pc) (set (pc)
(if_then_else (match_operator:CC 0 "comparison_operator" (if_then_else (match_operator 0 "comparison_operator"
[(reg:CC CC_REG) (const_int 0)]) [(reg:CC CC_REG) (const_int 0)])
(label_ref (match_operand 3 "" "")) (label_ref (match_operand 3 "" ""))
(pc)))] (pc)))]
......
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