summaryrefslogtreecommitdiff
path: root/gcc/ipa-profile.c
diff options
context:
space:
mode:
authorLuo Xiong Hu <luoxhu@linux.ibm.com>2019-11-15 08:17:31 +0000
committerXiong Hu Luo <luoxhu@gcc.gnu.org>2019-11-15 08:17:31 +0000
commit53dd3bccac6f7f5d4a57875ca5ee2acfe2b2056f (patch)
treed9f9225b942bf119a926d4999a6429f80d8a87d6 /gcc/ipa-profile.c
parent2aae99f7a4ff1adb7b7b557eb98eccce83a437dc (diff)
Fix comments typo
gcc/ChangeLog: 2019-11-15 Luo Xiong Hu <luoxhu@linux.ibm.com> * 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
Diffstat (limited to 'gcc/ipa-profile.c')
-rw-r--r--gcc/ipa-profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c
index 61fd5e86681..4b28b94aaad 100644
--- a/gcc/ipa-profile.c
+++ b/gcc/ipa-profile.c
@@ -563,7 +563,7 @@ ipa_profile (void)
histogram.release ();
histogram_pool.release ();
- /* Produce speculative calls: we saved common traget from porfiling into
+ /* Produce speculative calls: we saved common target from porfiling into
e->common_target_id. Now, at link time, we can look up corresponding
function node and produce speculative call. */