Commit 2bc0b543 by Jeff Law

* pa.md (conditional branch patterns): Clean up constraints.

From-SVN: r3803
parent da059ccc
......@@ -680,8 +680,8 @@
[(set (pc)
(if_then_else
(match_operator 3 "comparison_operator"
[(match_operand:SI 1 "register_operand" "r,r")
(match_operand:SI 2 "arith5_operand" "r,L")])
[(match_operand:SI 1 "register_operand" "r")
(match_operand:SI 2 "arith5_operand" "rL")])
(label_ref (match_operand 0 "" ""))
(pc)))]
""
......@@ -703,8 +703,8 @@
[(set (pc)
(if_then_else
(match_operator 3 "comparison_operator"
[(match_operand:SI 1 "register_operand" "r,r")
(match_operand:SI 2 "arith5_operand" "r,L")])
[(match_operand:SI 1 "register_operand" "r")
(match_operand:SI 2 "arith5_operand" "rL")])
(pc)
(label_ref (match_operand 0 "" ""))))]
""
......
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