]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/lower-subreg.c
lower-subreg.c: Include except.h.
authorSteven Bosscher <steven@gcc.gnu.org>
Sat, 10 Mar 2007 23:33:40 +0000 (23:33 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sat, 10 Mar 2007 23:33:40 +0000 (23:33 +0000)
commit7984c78796a81700b46059b5432fe4671e2d0917
treebcc7bb1636a815612ac3bc51f2f41069c2317a4c
parentb2c50382fbaa050248b5d3952e2682f91fed4ede
lower-subreg.c: Include except.h.

* 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.

From-SVN: r122807
gcc/ChangeLog
gcc/cfglayout.c
gcc/loop-unroll.c
gcc/lower-subreg.c