Commit 45896127 by Jason Merrill

correct comment

From-SVN: r182965
parent 7483eef8
...@@ -735,7 +735,7 @@ cgraph_first_defined_function (void) ...@@ -735,7 +735,7 @@ cgraph_first_defined_function (void)
return NULL; return NULL;
} }
/* Return next reachable static variable with initializer after NODE. */ /* Return next function with body defined after NODE. */
static inline struct cgraph_node * static inline struct cgraph_node *
cgraph_next_defined_function (struct cgraph_node *node) cgraph_next_defined_function (struct cgraph_node *node)
{ {
......
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