Commit a4a408bf by Jim Wilson

(cmpsi): Delete 'J' constraint.

From-SVN: r1716
parent 7ede72fc
...@@ -377,7 +377,7 @@ ...@@ -377,7 +377,7 @@
(define_insn "" (define_insn ""
[(set (reg:CC 0) [(set (reg:CC 0)
(compare:CC (match_operand:SI 0 "register_operand" "rJ") (compare:CC (match_operand:SI 0 "register_operand" "r")
(match_operand:SI 1 "arith_operand" "rI")))] (match_operand:SI 1 "arith_operand" "rI")))]
"" ""
"cmp %r0,%1" "cmp %r0,%1"
......
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