* ipa-inline.c (cgraph_clone_inlined_nodes): Revert previous patch.
From-SVN: r101476
This commit is contained in:
parent
740e80e8b7
commit
9f2583c785
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-06-30 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* ipa-inline.c (cgraph_clone_inlined_nodes): Revert previous patch.
|
||||
|
||||
2005-06-30 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
||||
|
||||
PR middle-end/22247
|
||||
|
|
|
@ -121,7 +121,7 @@ cgraph_clone_inlined_nodes (struct cgraph_edge *e, bool duplicate)
|
|||
if (!e->callee->callers->next_caller
|
||||
&& (!e->callee->needed || DECL_EXTERNAL (e->callee->decl))
|
||||
&& duplicate
|
||||
&& (flag_unit_at_a_time && cgraph_global_info_ready))
|
||||
&& flag_unit_at_a_time)
|
||||
{
|
||||
gcc_assert (!e->callee->global.inlined_to);
|
||||
if (!DECL_EXTERNAL (e->callee->decl))
|
||||
|
|
Loading…
Add table
Reference in a new issue