diff options
Diffstat (limited to 'gcc/ipa-icf.h')
-rw-r--r-- | gcc/ipa-icf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-icf.h b/gcc/ipa-icf.h index 67d5bdc90c5..6428f25bea3 100644 --- a/gcc/ipa-icf.h +++ b/gcc/ipa-icf.h @@ -484,7 +484,7 @@ public: /* Write IPA ICF summary for symbols. */ void write_summary (void); - /* Read IPA IPA ICF summary for symbols. */ + /* Read IPA ICF summary for symbols. */ void read_summary (void); /* Callgraph removal hook called for a NODE with a custom DATA. */ |