i386.c (ix86_expand_movstr, [...]): Consistently do libcall for large blocks.
authorJan Hubicka <jh@suse.cz>
Sat, 25 Jan 2003 15:00:51 +0000 (16:00 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 25 Jan 2003 15:00:51 +0000 (15:00 +0000)
commit26771da72fa978a233ed03aa4b29068798fdac19
tree8253b892533105e767c0e62418a27fbd8be36e36
parentc506155455a3f51e34a252d7ca00715b792d1537
i386.c (ix86_expand_movstr, [...]): Consistently do libcall for large blocks.

* i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
do libcall for large blocks.
* i386.md (comi patterns): Set type to ssecomi.
(sse2_unpck?pd): Fix mode of vec_select.

* cse.c: Include except.h
(cse_set_around_loop):  Do not create new basic blocks.
* Makefile.in (cse.o): Add dependnecy on except.h

From-SVN: r61772
gcc/ChangeLog
gcc/Makefile.in
gcc/config/i386/i386.c
gcc/config/i386/i386.md
gcc/cse.c