tree-inline.c (expand_call_inline): Do not check that destination node is analyzed.
authorMartin Jambor <mjambor@suse.cz>
Mon, 28 Mar 2011 12:15:44 +0000 (14:15 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Mon, 28 Mar 2011 12:15:44 +0000 (14:15 +0200)
commit322dd85963282f7b28ae25ccaafbf45ab2c9145d
treeaf67dd327ad63f08a6c47d5f6e9ec258c665e64e
parentaa53e58b920d4fe4bbdb26e227401ad827c52a57
tree-inline.c (expand_call_inline): Do not check that destination node is analyzed.

2011-03-28  Martin Jambor  <mjambor@suse.cz>

* tree-inline.c (expand_call_inline): Do not check that destination
node is analyzed.
(optimize_inline_calls): Assert that destination node is analyzed.
* cgraph.c (cgraph_add_new_function): Call cgraph_analyze_function, do
not call tree_lowering_passes.
* cgraph.h (cgraph_analyze_function): Declare.
* cgraphunit.c (cgraph_analyze_function): Make public.

From-SVN: r171602
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraph.h
gcc/cgraphunit.c
gcc/tree-inline.c