OSDN Git Service

* tree-ssa-loop-ivopts.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 May 2005 15:30:05 +0000 (15:30 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 May 2005 15:30:05 +0000 (15:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99071 138bc75d-0d04-0410-961f-82ee72b054a4

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

index db25a0a..07d8343 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 1d8e308..eb53945 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.  */