passes.c (rest_of_handle_cfg): Disable const/pure function detection when doing tree...
authorJan Hubicka <jh@suse.cz>
Sat, 25 Sep 2004 10:05:09 +0000 (12:05 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 25 Sep 2004 10:05:09 +0000 (10:05 +0000)
commit70f3cc30aa04ab2f57f156c16a7f1db33084f04e
tree7e0fabeafbba7b2dbafffbeed8cf36595efdeef3
parent20319d321a0add192498083daefc7d0cc7cb90a2
passes.c (rest_of_handle_cfg): Disable const/pure function detection when doing tree based profiling.

* passes.c (rest_of_handle_cfg): Disable const/pure function
detection when doing tree based profiling.

* tree-inline.c (expand_call_inline): Fix incorrectly reversed
conditional.

From-SVN: r88092
gcc/ChangeLog
gcc/passes.c
gcc/tree-inline.c