* tree-optimize.c (init_tree_optimization_passes): Fix typo.
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jun 2005 23:11:55 +0000 (23:11 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jun 2005 23:11:55 +0000 (23:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101399 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-optimize.c

index 53c6955..3d7f993 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 5ebd204..7374478 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);