diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 43e5818..91b08a6 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -268,7 +268,7 @@ cgraph_mark_needed_node (struct cgraph_node *node) cgraph_mark_reachable_node (node); } -/* Record call from CALLER to CALLEE */ +/* Record call from CALLER to CALLEE. */ struct cgraph_edge * cgraph_record_call (tree caller, tree callee) |