(one_cmplsi2): Fix typo in NOT mode.
authorTorbjorn Granlund <tege@gnu.org>
Mon, 7 Nov 1994 22:52:16 +0000 (22:52 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Mon, 7 Nov 1994 22:52:16 +0000 (22:52 +0000)
From-SVN: r8401

gcc/config/elxsi/elxsi.md

index eadba1db418990c2a202d074f2cfb9056da16247..97da33de05482a667ab1500a59ba794a2f592d5f 100644 (file)
 ;; gcc 2.1 does not widen ~si into ~di.
 (define_insn "one_cmplsi2"
   [(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")