OSDN Git Service

* lcm.c (output.h): #include.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 May 2002 18:58:31 +0000 (18:58 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 May 2002 18:58:31 +0000 (18:58 +0000)
commit742ee135dbc0a61fb3b12ef30dfeb049f809b475
treeed3abb74f12d0028246c8852eee1f0196a4f7ce8
parenta484935238336b1735bff2aec270b4d0f23ab198
* lcm.c (output.h): #include.
(compute_earliest): Remove hack to treat renumbered EXIT_BLOCK
as an ordinary block.
(optimize_mode_switching): Don't pretend that the exit block is
an ordinary block, or handle sucessors of entry block specially.
Instead, split edges from entry block and to exit block, and
put a computing definition on the thus gained post-entry-block,
and a need on the pre-exit-block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54064 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/lcm.c