OSDN Git Service

* basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
authorwehle <wehle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2001 18:06:45 +0000 (18:06 +0000)
committerwehle <wehle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2001 18:06:45 +0000 (18:06 +0000)
commitb3916f0e1d9b48701f6435678910202495019763
tree32515011bfca44af926d53cd7f3eacfbe9d182ec
parent39000f9a6e51612512c085fdbfb55c920934b4f8
* basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
(PROP_FINAL): Include PROP_ALLOW_CFG_CHANGES.
(propagate_block): Update prototype.
* flow.c (update_life_info): Simplify the CFG and
recalculate the global regs which are alive when
removing dead code during a global update.
(propagate_block): Return non-zero if an INSN is
deleted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44403 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/flow.c