* cgraphunit.c (cgraph_expand_function): Force function being lowered.
authorJan Hubicka <jh@suse.cz>
Fri, 20 May 2005 08:05:07 +0000 (10:05 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 20 May 2005 08:05:07 +0000 (08:05 +0000)
From-SVN: r100009

gcc/ChangeLog
gcc/cgraphunit.c

index 8ddd13334b153b465d36ea496ec25b55c5032e5b..8397826cb64dc73645b9d5a54b597158827f0d37 100644 (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,
index 14eb46b22c0f6bb8b89cebb409fb8de213e3c379..1524805844fb5d6eba0b1b268649c19876066b98 100644 (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);