From a98ebe2e378bdd3e2139c43c66c4c3bde03abfd3 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 19 Aug 2003 23:22:00 +0000 Subject: builtins.c: Fix comment typos. * builtins.c: Fix comment typos. * c-common.c: Likewise. * c-decl.c: Likewise. * c-pretty-print.c: Likewise. * cfgbuild.c: Likewise. * cfglayout.c: Likewise. * cfgloopanal.c: Likewise. * cgraphunit.c: Likewise. * cppfiles.c: Likewise. * dwarfout.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * gcse.c: Likewise. * ggc-page.c: Likewise. * haifa-sched.c: Likewise. * pretty-print.c: Likewise. * tree.c: Likewise. * tree.h: Likewise. * value-prof.c: Likewise. From-SVN: r70583 --- gcc/value-prof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/value-prof.c') diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 171b304..5dca281 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -40,7 +40,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA insn_values_to_profile function. This function is called from branch_prob in profile.c and the requested values are instrumented by it in the first compilation with -fprofile-arcs. The optimization may then read the - gathered data in the second compilation with -fbranch-probablities. + gathered data in the second compilation with -fbranch-probabilities. The measured data is appended as REG_VALUE_PROFILE note to the instrumented insn. The argument to the note consists of an EXPR_LIST where its members have the following meaning (from the first to the last): -- cgit v1.1