Commit eb57ffec by Kazu Hirata Committed by Kazu Hirata

h8300.md (iorsi3): Do not output an extra newline character.

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
parent ccfce8d2
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> 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 * flow.c (init_propagate_block_info): Canon address and use single_set
......
...@@ -1122,7 +1122,7 @@ ...@@ -1122,7 +1122,7 @@
} }
if (TARGET_H8300H || TARGET_H8300S) if (TARGET_H8300H || TARGET_H8300S)
return \"or.l %S2,%S0\"; 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 "length" "2,8")
(set_attr "cc" "clobber,clobber")]) (set_attr "cc" "clobber,clobber")])
...@@ -1209,7 +1209,7 @@ ...@@ -1209,7 +1209,7 @@
} }
if (TARGET_H8300H || TARGET_H8300S) if (TARGET_H8300H || TARGET_H8300S)
return \"xor.l %S2,%S0\"; 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 "length" "2,8")
(set_attr "cc" "clobber,clobber")]) (set_attr "cc" "clobber,clobber")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment