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
This commit is contained in:
Kazu Hirata 2001-02-21 18:09:48 +00:00 committed by Kazu Hirata
parent ccfce8d2ee
commit eb57ffec9d
2 changed files with 8 additions and 2 deletions

View 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

View File

@ -1122,7 +1122,7 @@
}
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")])
@ -1209,7 +1209,7 @@
}
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")])