Commit 3fbacacd by Richard Stallman

(cmphi): Turn on constraints to support cmpm.w.

From-SVN: r5736
parent 33a20d10
...@@ -406,8 +406,8 @@ ...@@ -406,8 +406,8 @@
(define_insn "cmphi" (define_insn "cmphi"
[(set (cc0) [(set (cc0)
(compare (match_operand:HI 0 "nonimmediate_operand" "rnm,d,n,m") (compare (match_operand:HI 0 "nonimmediate_operand" "rnm,d,n,m,>")
(match_operand:HI 1 "general_operand" "d,rnm,m,n")))] (match_operand:HI 1 "general_operand" "d,rnm,m,n,>")))]
"" ""
"* "*
{ {
......
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