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:
parent
ccfce8d2ee
commit
eb57ffec9d
|
@ -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>
|
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 @@
|
||||||
}
|
}
|
||||||
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 @@
|
||||||
}
|
}
|
||||||
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")])
|
||||||
|
|
Loading…
Reference in New Issue