fix typo in nor.
authorMichael Meissner <meissner@gcc.gnu.org>
Mon, 19 Feb 1996 13:31:24 +0000 (13:31 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Mon, 19 Feb 1996 13:31:24 +0000 (13:31 +0000)
From-SVN: r11303

gcc/config/rs6000/rs6000.md

index 38ce9eb6fbb0e95132bab283c01acc558b606ee9..3b41a78e99b858afea2bfcf290212a37c827d17b 100644 (file)
    (set (match_operand:SI 0 "gpc_reg_operand" "=r")
        (not:SI (match_dup 1)))]
   ""
-  "nor. %0,%2,%1"
+  "nor. %0,%1,%1"
   [(set_attr "type" "compare")])
 
 (define_insn ""
    (set (match_operand:DI 0 "gpc_reg_operand" "=r")
        (not:DI (match_dup 1)))]
   "TARGET_POWERPC64"
-  "nor. %0,%2,%1"
+  "nor. %0,%1,%1"
   [(set_attr "type" "compare")])
 
 (define_insn ""