From 1b33f1cc698d45a0fa764d5f92b6e3124b4c93d4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 13 Nov 2004 07:13:48 +0000 Subject: [PATCH] * tree-ssa-loop-manip.c: Fix a comment typo. From-SVN: r90574 --- gcc/ChangeLog | 4 ++++ gcc/tree-ssa-loop-manip.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 791cfd82e3f..46711da4487 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-13 Kazu Hirata + + * tree-ssa-loop-manip.c: Fix a comment typo. + 2004-11-12 Mike Stump * doc/cppinternals.texi (Index): Fix html generation with makeinfo by diff --git a/gcc/tree-ssa-loop-manip.c b/gcc/tree-ssa-loop-manip.c index 56fa002c5a7..99e1031ca8b 100644 --- a/gcc/tree-ssa-loop-manip.c +++ b/gcc/tree-ssa-loop-manip.c @@ -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. -- 2.30.2