aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-05-01 15:30:05 +0000
committerKazu Hirata <kazu@cs.umass.edu>2005-05-01 15:30:05 +0000
commit96b98e443ba0ebbc5fc6a1b42414fe9fede7c68b (patch)
tree6da67788e7c44d7e4e8d9990f635d9323840b715 /gcc/tree-ssa-loop-ivopts.c
parent67d324a9955fa0bd1a759022b029f7a26efab407 (diff)
* tree-ssa-loop-ivopts.c: Fix a comment typo.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@99071 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-loop-ivopts.c')
-rw-r--r--gcc/tree-ssa-loop-ivopts.c2
1 files changed, 1 insertions, 1 deletions
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. */