tree-ssa-loop-ivopts.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 28 Oct 2004 14:24:29 +0000 (14:24 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 28 Oct 2004 14:24:29 +0000 (14:24 +0000)
* tree-ssa-loop-ivopts.c: Fix a comment typo.
* doc/invoke.texi: Fix a typo.

From-SVN: r89759

gcc/ChangeLog
gcc/doc/invoke.texi
gcc/tree-ssa-loop-ivopts.c

index c4413c1cb373e4130a2b060202791ebb112f21e7..af012f43b9477e24f36b07756b851cd478005f5f 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-ssa-loop-ivopts.c: Fix a comment typo.
+       * doc/invoke.texi: Fix a typo.
+
 2004-10-28  Kazu Hirata  <kazu@cs.umass.edu>
 
        * Makefile.in (OBJS-common): Remove duplicates.
index 72d4f57dbdec046a64d82691d5c49e8c0b0277da..c1d48eddfc6b1f96198f3b8f115a107e00ed1c85 100644 (file)
@@ -5322,7 +5322,7 @@ default value, 0, implies that GCC will select the most appropriate
 size itself.
 
 @item sra-field-structure-ratio
-The treshold ratio (as a percentage) between instantiated fields and
+The threshold ratio (as a percentage) between instantiated fields and
 the complete structure size.  We say that if the ratio of the number
 of bytes in instantiated fields to the number of bytes in the complete
 structure exceeds this parameter, then block copies are not used.  The
index c0c800a7465c850b07253cd771e47a22379ab6af..58771cd6c4d1d0bf69af1b7b599381abbedd0d68 100644 (file)
@@ -3615,7 +3615,7 @@ try_add_cand_for (struct ivopts_data *data, bitmap ivs, bitmap inv,
      just one generic biv.  If we added here many ivs specific to the uses,
      the optimization algorithm later would be likely to get stuck in a local
      minimum, thus causing us to create too many ivs.  The approach from
-     few ivs to more seems more likely to be succesful -- starting from few
+     few ivs to more seems more likely to be successful -- starting from few
      ivs, replacing an expensive use by a specific iv should always be a
      win.  */
   EXECUTE_IF_SET_IN_BITMAP (data->important_candidates, 0, i, bi)