(one_cmplsi2): Fix typo in NOT mode.
From-SVN: r8401
This commit is contained in:
parent
bd5adf7823
commit
31a7290c89
@ -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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user