projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb28cf
)
* cgraphunit.c (cgraph_expand_function): Force function being lowered.
author
Jan Hubicka
<jh@suse.cz>
Fri, 20 May 2005 08:05:07 +0000
(10:05 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Fri, 20 May 2005 08:05:07 +0000
(08:05 +0000)
From-SVN: r100009
gcc/ChangeLog
patch
|
blob
|
history
gcc/cgraphunit.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 8ddd13334b153b465d36ea496ec25b55c5032e5b..8397826cb64dc73645b9d5a54b597158827f0d37 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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,
diff --git
a/gcc/cgraphunit.c
b/gcc/cgraphunit.c
index 14eb46b22c0f6bb8b89cebb409fb8de213e3c379..1524805844fb5d6eba0b1b268649c19876066b98 100644
(file)
--- a/
gcc/cgraphunit.c
+++ b/
gcc/cgraphunit.c
@@
-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);