Commit 31a7290c by Torbjorn Granlund

(one_cmplsi2): Fix typo in NOT mode.

From-SVN: r8401
parent bd5adf78
...@@ -854,7 +854,7 @@ ...@@ -854,7 +854,7 @@
;; gcc 2.1 does not widen ~si into ~di. ;; gcc 2.1 does not widen ~si into ~di.
(define_insn "one_cmplsi2" (define_insn "one_cmplsi2"
[(set (match_operand:SI 0 "register_operand" "=r") [(set (match_operand:SI 0 "register_operand" "=r")
(not:DI (match_operand:SI 1 "register_operand" "r")))] (not:SI (match_operand:SI 1 "register_operand" "r")))]
"" ""
"not\\t%0,%1") "not\\t%0,%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