diff options
Diffstat (limited to 'gcc/ipa-comdats.c')
-rw-r--r-- | gcc/ipa-comdats.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ipa-comdats.c b/gcc/ipa-comdats.c index 4980fd9..69cc3f3 100644 --- a/gcc/ipa-comdats.c +++ b/gcc/ipa-comdats.c @@ -82,7 +82,7 @@ propagate_comdat_group (struct symtab_node *symbol, continue; } - /* One COMDAT group can not hold both variables and functions at + /* One COMDAT group cannot hold both variables and functions at a same time. For now we just go to BOTTOM, in future we may invent special comdat groups for this case. */ @@ -127,7 +127,7 @@ propagate_comdat_group (struct symtab_node *symbol, if (cgraph_node * cn = dyn_cast <cgraph_node *> (symbol2)) { - /* Thunks can not call across section boundary. */ + /* Thunks cannot call across section boundary. */ if (cn->thunk.thunk_p) newgroup = propagate_comdat_group (symbol2, newgroup, map); /* If we see inline clone, its comdat group actually @@ -257,7 +257,7 @@ ipa_comdats (void) /* Mark the symbol so we won't waste time visiting it for dataflow. */ symbol->aux = (symtab_node *) (void *) 1; } - /* See symbols that can not be privatized to comdats; that is externally + /* See symbols that cannot be privatized to comdats; that is externally visible symbols or otherwise used ones. We also do not want to mangle user section names. */ else if (symbol->externally_visible |