From 53dd3bccac6f7f5d4a57875ca5ee2acfe2b2056f Mon Sep 17 00:00:00 2001 From: Luo Xiong Hu Date: Fri, 15 Nov 2019 08:17:31 +0000 Subject: Fix comments typo gcc/ChangeLog: 2019-11-15 Luo Xiong Hu * ipa-comdats.c: Fix comments typo. * ipa-profile.c: Fix comments typo. * tree-profile.c (gimple_gen_ic_profiler): Use the new variable __gcov_indirect_call.counters and __gcov_indirect_call.callee. (gimple_gen_ic_func_profiler): Likewise. (pass_ipa_tree_profile::gate): Fix comments typo. From-SVN: r278278 --- gcc/ipa-comdats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ipa-comdats.c') diff --git a/gcc/ipa-comdats.c b/gcc/ipa-comdats.c index b496497..0672d6d 100644 --- a/gcc/ipa-comdats.c +++ b/gcc/ipa-comdats.c @@ -18,7 +18,7 @@ along with GCC; see the file COPYING3. If not see . */ /* This is very simple pass that looks for static symbols that are used - exlusively by symbol within one comdat group. In this case it makes + exclusively by symbol within one comdat group. In this case it makes sense to bring the symbol itself into the group to avoid dead code that would arrise when the comdat group from current unit is replaced by a different copy. Consider for example: -- cgit v1.1