]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimize (execute_fixup_cfg): Set after_inlining flag.
authorJan Hubicka <jh@suse.cz>
Tue, 2 Jan 2007 21:33:45 +0000 (22:33 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 2 Jan 2007 21:33:45 +0000 (21:33 +0000)
commitde6bd996eb3b39713d4448716c9412b0e5b186c6
treeb176a80ff09bd5d1a5f47375f4344961ed71b242
parenta063525a3adacb25051f4d82caf6b416a2a52b7b
tree-optimize (execute_fixup_cfg): Set after_inlining flag.

2007-01-02  Jan Hubicka  <jh@suse.cz>

* tree-optimize (execute_fixup_cfg): Set after_inlining flag.
Set NOTHROW flag on call statements proved to be nothrow.
Update statement of local calls so new pure/const functions are
updated. Update_ssa when in ssa form. Mark PHI nodes of nonlocal
goto receivers.
(tree_rest_of_compilation): Register hooks and initialize bitmap
early. Do not set after_inlining flag.

From-SVN: r120357
gcc/ChangeLog
gcc/tree-optimize.c