]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-ssa-loop-ivopts.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 1 May 2005 15:30:05 +0000 (15:30 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 1 May 2005 15:30:05 +0000 (15:30 +0000)
From-SVN: r99071

gcc/ChangeLog
gcc/tree-ssa-loop-ivopts.c

index db25a0a0843e1fb1ab2a6716b668dac0b82abfc6..07d8343ee4af2ab5428a80c748c13d737e84d15b 100644 (file)
@@ -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.
index 1d8e308bfe033de112b0cec403004f9acd833cb1..eb53945f2d1e7e3fa54a07ee7746121defeb542c 100644 (file)
@@ -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.  */