Commit a3546141 by Richard Kenner

Remove obsolete text in comment.

From-SVN: r85147
parent 197463ae
...@@ -792,8 +792,7 @@ cgraph_expand_function (struct cgraph_node *node) ...@@ -792,8 +792,7 @@ cgraph_expand_function (struct cgraph_node *node)
if (flag_unit_at_a_time) if (flag_unit_at_a_time)
announce_function (decl); announce_function (decl);
/* Generate RTL for the body of DECL. Nested functions are expanded /* Generate RTL for the body of DECL. */
via lang_expand_decl_stmt. */
lang_hooks.callgraph.expand_function (decl); lang_hooks.callgraph.expand_function (decl);
/* Make sure that BE didn't give up on compiling. */ /* Make sure that BE didn't give up on compiling. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment