Commit 2aaf11de by Richard Kenner

(scc): Fix typo in scc with compare and set.

From-SVN: r5188
parent 42301240
...@@ -3609,7 +3609,7 @@ ...@@ -3609,7 +3609,7 @@
(set (match_operand:SI 3 "gpc_reg_operand" "=r") (set (match_operand:SI 3 "gpc_reg_operand" "=r")
(match_op_dup 1 [(match_dup 2) (const_int 0)]))] (match_op_dup 1 [(match_dup 2) (const_int 0)]))]
"" ""
"%D1mfcr %3\;rlinm. %3,%3,%J1,30,31" "%D1mfcr %3\;rlinm. %3,%3,%J1,31,31"
[(set_attr "type" "delayed_compare") [(set_attr "type" "delayed_compare")
(set_attr "length" "12")]) (set_attr "length" "12")])
......
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