Commit 1b33f1cc by Kazu Hirata Committed by Kazu Hirata

* tree-ssa-loop-manip.c: Fix a comment typo.

From-SVN: r90574
parent 061151d1
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> 2004-11-12 Mike Stump <mrs@apple.com>
* doc/cppinternals.texi (Index): Fix html generation with makeinfo by * doc/cppinternals.texi (Index): Fix html generation with makeinfo by
......
...@@ -571,7 +571,7 @@ set_phi_def_stmts (basic_block bb) ...@@ -571,7 +571,7 @@ set_phi_def_stmts (basic_block bb)
SSA_NAME_DEF_STMT (PHI_RESULT (phi)) = phi; 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 ssa. In order to achieve this, only loops whose exits all lead to the same
location are handled. location are handled.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment