Remove obsolete text in comment.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 25 Jul 2004 14:39:42 +0000 (10:39 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 25 Jul 2004 14:39:42 +0000 (10:39 -0400)
From-SVN: r85147

gcc/cgraphunit.c

index 2d962b8c83972f499398418cc7ef26f1679fc7cb..059ae86081e3bd718cf03beea0f20165a38d3176 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.  */