cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow flag.
commit71fb4f92ba50a4faf13468333516bfe24bffddf7
authorJan Hubicka <jh@suse.cz>
Fri, 10 Jun 2011 20:06:48 +0000 (10 22:06 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 10 Jun 2011 20:06:48 +0000 (10 20:06 +0000)
treeb4c63c4e36083749fdc5d207881d81ca1a95d246
parent106fcf8f5f49d7a7319381248a33a5fa59eca687
cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow flag.

* cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after
setting the nothrow flag.
* ipa-reference.c (propagate): Skip aliases.
* ipa-pure-const.c (propagate_pure_const): Skip aliases.
(propagate_nothrow): Skip aliases; do not update cgraph.
(local_pure_const): Do not update cgraph.
* tree-profile.c (tree_profiling): Do fixup_cfg.

From-SVN: r174929
gcc/ChangeLog
gcc/cgraph.c
gcc/ipa-pure-const.c
gcc/ipa-reference.c
gcc/tree-profile.c