From: Kazu Hirata Date: Sun, 1 May 2005 15:30:05 +0000 (+0000) Subject: * tree-ssa-loop-ivopts.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e1def1ca1d75c074bae05bb1d4bb2c36120ea7e;p=gcc.git * tree-ssa-loop-ivopts.c: Fix a comment typo. From-SVN: r99071 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index db25a0a0843..07d8343ee4a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-01 Kazu Hirata + + * tree-ssa-loop-ivopts.c: Fix a comment typo. + 2005-01-05 Paul Brook * config/arm/arm.h (ARM_EMIT_TRAMPOLINE_CACHE_CLEAR): Define. diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index 1d8e308bfe0..eb53945f2d1 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -3708,7 +3708,7 @@ get_computation_cost_at (struct ivopts_data *data, /* CSTEPI is removed from the offset in case statement is after the increment. If the step is not constant, we use zero instead. - This is a bit inprecise (there is the extra addition), but + This is a bit imprecise (there is the extra addition), but redundancy elimination is likely to transform the code so that it uses value of the variable before increment anyway, so it is not that much unrealistic. */