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 671306d..d47d412 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -1846,7 +1846,7 @@ cgraph_node::local_info (tree decl) return &node->ultimate_alias_target ()->local; } -/* Return local info for the compiled function. */ +/* Return RTL info for the compiled function. */ cgraph_rtl_info * cgraph_node::rtl_info (const_tree decl) |