diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-01 15:30:05 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-01 15:30:05 +0000 |
commit | e446560c0f885c4c548ac74c476cd54652a4a314 (patch) | |
tree | 6da67788e7c44d7e4e8d9990f635d9323840b715 /gcc/tree-ssa-loop-ivopts.c | |
parent | f2628799c26d77bf0cb6dc5308729be868e4de5c (diff) | |
download | gcc-e446560c0f885c4c548ac74c476cd54652a4a314.tar.gz |
* tree-ssa-loop-ivopts.c: Fix a comment typo.
git-svn-id: svn+ssh://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.c | 2 |
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. */ |