projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
197463a
)
Remove obsolete text in comment.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sun, 25 Jul 2004 14:39:42 +0000
(10:39 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sun, 25 Jul 2004 14:39:42 +0000
(10:39 -0400)
From-SVN: r85147
gcc/cgraphunit.c
patch
|
blob
|
history
diff --git
a/gcc/cgraphunit.c
b/gcc/cgraphunit.c
index 2d962b8c83972f499398418cc7ef26f1679fc7cb..059ae86081e3bd718cf03beea0f20165a38d3176 100644
(file)
--- a/
gcc/cgraphunit.c
+++ b/
gcc/cgraphunit.c
@@
-792,8
+792,7
@@
cgraph_expand_function (struct cgraph_node *node)
if (flag_unit_at_a_time)
announce_function (decl);
- /* Generate RTL for the body of DECL. Nested functions are expanded
- via lang_expand_decl_stmt. */
+ /* Generate RTL for the body of DECL. */
lang_hooks.callgraph.expand_function (decl);
/* Make sure that BE didn't give up on compiling. */