h8300.md (pushqi1_h8300): Use a tab instead of spaces after an opcode name.
authorKazu Hirata <kazu@hxi.com>
Wed, 16 Jan 2002 21:06:31 +0000 (21:06 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 16 Jan 2002 21:06:31 +0000 (21:06 +0000)
* config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
spaces after an opcode name.
(pushqi1_h8300hs): Likewise.
(pushhi1_h8300hs): Likewise.

From-SVN: r48927

gcc/ChangeLog
gcc/config/h8300/h8300.md

index 0f20fe175244867b056eaf92ecb4b26c8e41daac..cc8f8f6d789cdbfefe7890a6b8c5dd889f17826f 100644 (file)
@@ -1,3 +1,10 @@
+2002-01-16  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
+       spaces after an opcode name.
+       (pushqi1_h8300hs): Likewise.
+       (pushhi1_h8300hs): Likewise.
+
 2002-01-16  Kazu Hirata  <kazu@hxi.com>
 
        * doc/extend.texi: Replace "option" with "attribute"
index b3aeb60c87b9b1eac41b6432750f736643300921..e2b80c429ca6b0a096940928ab1a9f2df6f75023 100644 (file)
               (set (mem:QI (plus:HI (reg:HI 7) (const_int -1)))
                    (match_operand:QI 0 "register_operand" "r"))])]
   "TARGET_H8300"
-  "mov.w       %T0,@-r7"
+  "mov.w\\t%T0,@-r7"
   [(set_attr "length" "2")
    (set_attr "cc" "clobber")])
 
               (set (mem:QI (plus:SI (reg:SI 7) (const_int -3)))
                    (match_operand:QI 0 "register_operand" "r"))])]
   "TARGET_H8300H || TARGET_H8300S"
-  "mov.l       %S0,@-er7"
+  "mov.l\\t%S0,@-er7"
   [(set_attr "length" "4")
    (set_attr "cc" "clobber")])
 
               (set (mem:HI (plus:SI (reg:SI 7) (const_int -2)))
                    (match_operand:HI 0 "register_operand" "r"))])]
   "TARGET_H8300H || TARGET_H8300S"
-  "mov.l       %S0,@-er7"
+  "mov.l\\t%S0,@-er7"
   [(set_attr "length" "4")
    (set_attr "cc" "clobber")])