* tree-ssa-loop-manip.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 13 Nov 2004 07:13:48 +0000 (07:13 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 13 Nov 2004 07:13:48 +0000 (07:13 +0000)
From-SVN: r90574

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

index 791cfd82e3f758f9c5832957f85fbba4e098cf82..46711da44872bf03e6c91aa58706b77a49bf7189 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-ssa-loop-manip.c: Fix a comment typo.
+
 2004-11-12  Mike Stump  <mrs@apple.com>
 
        * doc/cppinternals.texi (Index): Fix html generation with makeinfo by
index 56fa002c5a72e71a3b09d99e6e59d2550e64b540..99e1031ca8b78d4b470f550cf65727f00c8a2313 100644 (file)
@@ -571,7 +571,7 @@ set_phi_def_stmts (basic_block bb)
     SSA_NAME_DEF_STMT (PHI_RESULT (phi)) = phi;
 }
 
-/* The same ad cfgloopmanip.c:duplicate_loop_to_header_edge, but also updates
+/* The same as cfgloopmanip.c:duplicate_loop_to_header_edge, but also updates
    ssa.  In order to achieve this, only loops whose exits all lead to the same
    location are handled.