(scc): Fix typo in scc with compare and set.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 19 Aug 1993 22:27:01 +0000 (18:27 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 19 Aug 1993 22:27:01 +0000 (18:27 -0400)
From-SVN: r5188

gcc/config/rs6000/rs6000.md

index fd18904152c97bc282c4c2bbc5d2c9bd04b7c006..3d5e48d11b6547763881d833bea9cf652e6d242d 100644 (file)
    (set (match_operand:SI 3 "gpc_reg_operand" "=r")
        (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 "length" "12")])