From: Richard Kenner Date: Sun, 25 Jul 2004 14:39:42 +0000 (-0400) Subject: Remove obsolete text in comment. X-Git-Tag: releases/gcc-4.0.0~6339 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a35461410aa130359c99176e82de6424ca8f44b6;p=thirdparty%2Fgcc.git Remove obsolete text in comment. From-SVN: r85147 --- diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 2d962b8c8397..059ae86081e3 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. */