]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-optimize.c (init_tree_optimization_passes): Fix typo.
authorDiego Novillo <dnovillo@redhat.com>
Tue, 28 Jun 2005 23:11:55 +0000 (23:11 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Tue, 28 Jun 2005 23:11:55 +0000 (19:11 -0400)
From-SVN: r101399

gcc/ChangeLog
gcc/tree-optimize.c

index 53c69551a6e8acc364cbf50a0583fd9b3a29cb3d..3d7f99365a73284647b4b9f23673051bd52c843b 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-28  Diego Novillo  <dnovillo@redhat.com>
+
+       * tree-optimize.c (init_tree_optimization_passes): Fix typo.
+
 2005-06-28  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * config/rs6000/rs6000.md (setmemsi): s/operand/operands/.
index 5ebd204c1a9a61588e956ff322ca6d3e24cd4e2e..73744782107dacc5358b50db6bc5c5c22e49fe14 100644 (file)
@@ -434,7 +434,7 @@ init_tree_optimization_passes (void)
   struct tree_opt_pass **p;
 
 #define NEXT_PASS(PASS)  (p = next_pass_1 (p, &PASS))
-  /* Intraprocedural optimization passes.  */
+  /* Interprocedural optimization passes.  */
   p = &all_ipa_passes;
   NEXT_PASS (pass_early_ipa_inline);
   NEXT_PASS (pass_early_local_passes);