diff options
Diffstat (limited to 'gcc/ipa-utils.c')
-rw-r--r-- | gcc/ipa-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c index e22977a..7cbf3ac 100644 --- a/gcc/ipa-utils.c +++ b/gcc/ipa-utils.c @@ -325,7 +325,7 @@ ipa_reverse_postorder (struct cgraph_node **order) /* Given a memory reference T, will return the variable at the bottom - of the access. Unlike get_base_address, this will recurse thru + of the access. Unlike get_base_address, this will recurse through INDIRECT_REFS. */ tree |