aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2004-07-25 10:39:42 -0400
committerRichard Kenner <kenner@gcc.gnu.org>2004-07-25 10:39:42 -0400
commita35461410aa130359c99176e82de6424ca8f44b6 (patch)
tree9a24000b86756e8f5b6cb048c97152174599a83e /gcc/cgraphunit.c
parent197463ae905f0ce7c8dbeb298531a71855ac973e (diff)
downloadgcc-a35461410aa130359c99176e82de6424ca8f44b6.zip
gcc-a35461410aa130359c99176e82de6424ca8f44b6.tar.gz
gcc-a35461410aa130359c99176e82de6424ca8f44b6.tar.bz2
Remove obsolete text in comment.
From-SVN: r85147
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 2d962b8..059ae86 100644
--- 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. */