* tree-ssa-loop-ivopts.c: Fix a comment typo.
From-SVN: r99071
This commit is contained in:
parent
2a86f5154b
commit
1e1def1ca1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-05-01 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* tree-ssa-loop-ivopts.c: Fix a comment typo.
|
||||
|
||||
2005-01-05 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config/arm/arm.h (ARM_EMIT_TRAMPOLINE_CACHE_CLEAR): Define.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue