diff options
Diffstat (limited to 'gcc/ipa-visibility.c')
-rw-r--r-- | gcc/ipa-visibility.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-visibility.c b/gcc/ipa-visibility.c index a3845372d7e..7c854f471e8 100644 --- a/gcc/ipa-visibility.c +++ b/gcc/ipa-visibility.c @@ -230,7 +230,7 @@ cgraph_externally_visible_p (struct cgraph_node *node, if (node->resolution == LDPR_PREVAILING_DEF_IRONLY) return false; - /* When doing LTO or whole program, we can bring COMDAT functoins static. + /* When doing LTO or whole program, we can bring COMDAT functions static. This improves code quality and we know we will duplicate them at most twice (in the case that we are not using plugin and link with object file implementing same COMDAT) */ |