summaryrefslogtreecommitdiff
path: root/gcc/lto/lto-common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto/lto-common.cc')
-rw-r--r--gcc/lto/lto-common.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lto-common.cc b/gcc/lto/lto-common.cc
index 853b3fbd856..4d6686b0b99 100644
--- a/gcc/lto/lto-common.cc
+++ b/gcc/lto/lto-common.cc
@@ -507,7 +507,7 @@ gimple_register_canonical_type_1 (tree t, hashval_t hash)
This is used by LTO to merge structurally equivalent types for
type-based aliasing purposes across different TUs and languages.
- ??? This merging does not exactly match how the tree.c middle-end
+ ??? This merging does not exactly match how the tree.cc middle-end
functions will assign TYPE_CANONICAL when new types are created
during optimization (which at least happens for pointer and array
types). */