Commit 1e1def1c by Kazu Hirata Committed by Kazu Hirata

* tree-ssa-loop-ivopts.c: Fix a comment typo.

From-SVN: r99071
parent 2a86f515
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> 2005-01-05 Paul Brook <paul@codesourcery.com>
* config/arm/arm.h (ARM_EMIT_TRAMPOLINE_CACHE_CLEAR): Define. * config/arm/arm.h (ARM_EMIT_TRAMPOLINE_CACHE_CLEAR): Define.
......
...@@ -3708,7 +3708,7 @@ get_computation_cost_at (struct ivopts_data *data, ...@@ -3708,7 +3708,7 @@ get_computation_cost_at (struct ivopts_data *data,
/* CSTEPI is removed from the offset in case statement is after the /* CSTEPI is removed from the offset in case statement is after the
increment. If the step is not constant, we use zero instead. 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 redundancy elimination is likely to transform the code so that
it uses value of the variable before increment anyway, it uses value of the variable before increment anyway,
so it is not that much unrealistic. */ so it is not that much unrealistic. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment