(DImode load-with-update matcher): Fix typo in MEM mode.
authorTorbjorn Granlund <tege@gnu.org>
Mon, 7 Nov 1994 22:49:32 +0000 (22:49 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Mon, 7 Nov 1994 22:49:32 +0000 (22:49 +0000)
(compare patterns): Fix several typos, SImode => CCmode.

From-SVN: r8398

gcc/config/rs6000/rs6000.md

index 10e0fe9858da4834832c4b3573b87f324aa2c5c2..3a1b6f6b6d035e78c483208b3137291705b86c46 100644 (file)
 
 (define_insn ""
   [(set (match_operand:DI 3 "gpc_reg_operand" "=r,r")
-       (mem:SI (plus:DI (match_operand:DI 1 "gpc_reg_operand" "0,0")
+       (mem:DI (plus:DI (match_operand:DI 1 "gpc_reg_operand" "0,0")
                         (match_operand:DI 2 "reg_or_short_operand" "r,I"))))
    (set (match_operand:DI 0 "gpc_reg_operand" "=b,b")
        (plus:DI (match_dup 1) (match_dup 2)))]
    [(set_attr "length" "12")])
 
 (define_insn ""
-  [(set (match_operand:SI 3 "cc_reg_operand" "=x")
+  [(set (match_operand:CC 3 "cc_reg_operand" "=x")
        (compare:CC
         (lt:SI (match_operand:SI 1 "gpc_reg_operand" "r")
                (match_operand:SI 2 "reg_or_short_operand" "rI"))
   [(set_attr "length" "12")])
 
 (define_insn ""
-  [(set (match_operand:SI 0 "cc_reg_operand" "=x")
+  [(set (match_operand:CC 0 "cc_reg_operand" "=x")
        (compare:CC
         (plus:SI (lt:SI (match_operand:SI 1 "gpc_reg_operand" "r")
                         (match_operand:SI 2 "reg_or_short_operand" "rI"))
    (set_attr "length" "12")])
 
 (define_insn ""
-  [(set (match_operand:SI 5 "cc_reg_operand" "=x")
+  [(set (match_operand:CC 5 "cc_reg_operand" "=x")
        (compare:CC
         (plus:SI (lt:SI (match_operand:SI 1 "gpc_reg_operand" "r")
                         (match_operand:SI 2 "reg_or_short_operand" "rI"))