From 3a7c155d2e36bda69cb68c2f6f5105e256878506 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 14 Nov 2004 23:35:03 +0000 Subject: global.c, [...]: Fix comment typos. * global.c, tree-ssa-copy.c, tree-ssa-loop-ivopts.c, value-prof.c: Fix comment typos. From-SVN: r90638 --- gcc/value-prof.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/value-prof.c') diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 6c6eed8..1663e64 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -595,7 +595,7 @@ divmod_fixed_value_transform (rtx insn) histogram = XEXP (histogram, 1); all = INTVAL (XEXP (histogram, 0)); - /* We require that count is at least half of all; this means + /* We require that count be at least half of all; this means that for the transformation to fire the value must be constant at least 50% of time (and 75% gives the guarantee of usage). */ if (!rtx_equal_p (op2, value) || 2 * count < all) @@ -969,7 +969,7 @@ speculative_prefetching_transform (rtx insn) if (all < 4) return false; - /* We require that count is at least half of all; this means + /* We require that count be at least half of all; this means that for the transformation to fire the value must be constant at least 50% of time (and 75% gives the guarantee of usage). */ if (!rtx_equal_p (address, value) || 2 * count < all) -- cgit v1.1