diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-13 07:13:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-13 07:13:48 +0000 |
commit | 1b33f1cc698d45a0fa764d5f92b6e3124b4c93d4 (patch) | |
tree | d2d38afb71363a566bc6d43cb6f50cd311675d92 /gcc/tree-ssa-loop-manip.c | |
parent | 061151d18f6d9c2a4cee6bf0564f5ea768b1593f (diff) | |
download | gcc-1b33f1cc698d45a0fa764d5f92b6e3124b4c93d4.zip gcc-1b33f1cc698d45a0fa764d5f92b6e3124b4c93d4.tar.gz gcc-1b33f1cc698d45a0fa764d5f92b6e3124b4c93d4.tar.bz2 |
* tree-ssa-loop-manip.c: Fix a comment typo.
From-SVN: r90574
Diffstat (limited to 'gcc/tree-ssa-loop-manip.c')
-rw-r--r-- | gcc/tree-ssa-loop-manip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-manip.c b/gcc/tree-ssa-loop-manip.c index 56fa002..99e1031 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. |