OSDN Git Service

Remove obsolete text in comment.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Jul 2004 14:39:42 +0000 (14:39 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Jul 2004 14:39:42 +0000 (14:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85147 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cgraphunit.c

index 2d962b8..059ae86 100644 (file)
@@ -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.  */