mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 17:11:20 +08:00
correct comment
From-SVN: r182965
This commit is contained in:
parent
7483eef82a
commit
458961279a
@ -735,7 +735,7 @@ cgraph_first_defined_function (void)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* Return next reachable static variable with initializer after NODE. */
|
||||
/* Return next function with body defined after NODE. */
|
||||
static inline struct cgraph_node *
|
||||
cgraph_next_defined_function (struct cgraph_node *node)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user