* passes.c (rest_of_handle_cfg): Disable const/pure function
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 2004 10:05:09 +0000 (10:05 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 2004 10:05:09 +0000 (10:05 +0000)
commit182c482c1f4531d830caeb9755fd9ebf29dc189e
tree7e0fabeafbba7b2dbafffbeed8cf36595efdeef3
parentbf76cd001539a59ebd145a469bfd0c2a553dad91
* 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.

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