* config/h8300/h8300.md: Fix formatting.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 17 Nov 2002 03:18:12 +0000 (03:18 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 17 Nov 2002 03:18:12 +0000 (03:18 +0000)
From-SVN: r59180

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

index ca91f5c..d4197bf 100644 (file)
@@ -1,5 +1,9 @@
 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
 
+       * config/h8300/h8300.md: Fix formatting.
+
+2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
+
        * config/h8300/h8300.md: Replace spaces with tabs.
        * config/h8300/t-h8300: Remove a trailing empty line.
 
index 4fb184b..8923fcc 100644 (file)
   [(set (match_operand:HI 0 "register_operand" "=r")
        (ior:HI (and:HI (match_operand:HI 2 "register_operand" "r")
                        (match_operand:HI 3 "single_one_operand" "n"))
-       (match_operand:HI 1 "register_operand" "0")))]
+               (match_operand:HI 1 "register_operand" "0")))]
   ""
   "*
 {
   [(set (match_operand:SI 0 "register_operand" "=r")
        (ior:SI (and:SI (match_operand:SI 2 "register_operand" "r")
                        (match_operand:SI 3 "single_one_operand" "n"))
-       (match_operand:SI 1 "register_operand" "0")))]
+               (match_operand:SI 1 "register_operand" "0")))]
   "(INTVAL (operands[3]) & 0xffff) != 0"
   "*
 {