h8300.md (iorsi3): Do not output an extra newline character.
authorKazu Hirata <kazu@hxi.com>
Wed, 21 Feb 2001 18:09:48 +0000 (18:09 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 21 Feb 2001 18:09:48 +0000 (18:09 +0000)
2001-02-21  Kazu Hirata  <kazu@hxi.com>

* config/h8300/h8300.md (iorsi3): Do not output an extra newline
character.
(xorsi3): Likewise.

From-SVN: r39950

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

index 917a8596e7fae03e824f96058c413c337dbe2993..73abcc640e873cf5d122b0e0625e1bdcfb0d8d4e 100644 (file)
@@ -1,3 +1,9 @@
+2001-02-21  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.md (iorsi3): Do not output an extra newline
+       character.
+       (xorsi3): Likewise.
+
 Wed Feb 21 17:35:24 CET 2001  Jan Hubicka  <jh@suse.cz>
 
        * flow.c (init_propagate_block_info): Canon address and use single_set
index d2c48844d06ea6686d06ca3091adf959938bc1a8..770d737852482f2ef4e5905ffb09f1bdfedfce9b 100644 (file)
     }
   if (TARGET_H8300H || TARGET_H8300S)
     return \"or.l      %S2,%S0\";
-  return \"or  %w2,%w0\;or     %x2,%x0\;or     %y2,%y0\;or     %z2,%z0\;\";
+  return \"or  %w2,%w0\;or     %x2,%x0\;or     %y2,%y0\;or     %z2,%z0\";
 }"
   [(set_attr "length" "2,8")
    (set_attr "cc" "clobber,clobber")])
     }
   if (TARGET_H8300H || TARGET_H8300S)
     return \"xor.l     %S2,%S0\";
-  return \"xor %w2,%w0\;xor    %x2,%x0\;xor    %y2,%y0\;xor    %z2,%z0\;\";
+  return \"xor %w2,%w0\;xor    %x2,%x0\;xor    %y2,%y0\;xor    %z2,%z0\";
 }"
   [(set_attr "length" "2,8")
    (set_attr "cc" "clobber,clobber")])