OSDN Git Service

* lower-subreg.c: Include except.h.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Mar 2007 23:33:40 +0000 (23:33 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Mar 2007 23:33:40 +0000 (23:33 +0000)
commitdb1c50be2b51f6dd78be70c606135402c561776e
treebcc7bb1636a815612ac3bc51f2f41069c2317a4c
parent780e802b193d5335e80903034908c70234c30414
* lower-subreg.c: Include except.h.
(decompose_multiword_subregs): Verify that the only control flow
insns we can split are loads to multi-words pseudos.
Handle breaking such blocks after splitting, instead of calling
find_many_sub_basic_blocks.

* loop-unroll.c (split_edge_and_insert): Don't set BB_SUPERBLOCK
on the new basic block.  Add a lengthy comment explaining why we
thought this was necessary.
* cfglayout.c (cfg_layout_finalize): Don't break superblocks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122807 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfglayout.c
gcc/loop-unroll.c
gcc/lower-subreg.c