OSDN Git Service

* passes.c (init_optimization_passes): Tidy comment.
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Feb 2007 21:38:41 +0000 (21:38 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Feb 2007 21:38:41 +0000 (21:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121723 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/passes.c

index 3a185dc..0c7db90 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-08  Diego Novillo  <dnovillo@redhat.com>
+
+       * passes.c (init_optimization_passes): Tidy comment.
+
 2007-02-08  Roger Sayle  <roger@eyesopen.com>
 
        * simplify-rtx.c (simplify_unary_operation_1) <POPCOUNT>: We can
index 104e293..44ea3f9 100644 (file)
@@ -507,8 +507,8 @@ init_optimization_passes (void)
   NEXT_PASS (pass_ipa_pta);
   *p = NULL;
 
-  /* These passes are run after IPA passes on every function that is being output
-     to the assemlber file.  */
+  /* These passes are run after IPA passes on every function that is being
+     output to the assembler file.  */
   p = &all_passes;
   NEXT_PASS (pass_apply_inline);
   NEXT_PASS (pass_all_optimizations);