* cgraphunit.c (cgraph_expand_function): Force function being lowered.

From-SVN: r100009
This commit is contained in:
Jan Hubicka 2005-05-20 10:05:07 +02:00 committed by Jan Hubicka
parent bcb28cf506
commit 776b966eb0
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-05-20 Jan Hubicka <jh@suse.cz>
* cgraphunit.c (cgraph_expand_function): Force function being lowered.
2005-05-19 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (emit_unlikely_jump, emit_load_locked,

View file

@ -968,6 +968,8 @@ cgraph_expand_function (struct cgraph_node *node)
if (flag_unit_at_a_time)
announce_function (decl);
cgraph_lower_function (node);
/* Generate RTL for the body of DECL. */
lang_hooks.callgraph.expand_function (decl);