Commit 31117a5c by Kazu Hirata Committed by Kazu Hirata

re PR tree-optimization/21170 (Comments still mention rewrite_ssa_into_ssa.)

	PR tree-optimization/21170
	* tree-ssa-dom.c, tree-ssa-threadupdate.c: Replace
	rewrite_ssa_into_ssa in comments with update_ssa.

From-SVN: r99540
parent 01fd257a
2005-05-10 Kazu Hirata <kazu@cs.umass.edu>
PR tree-optimization/21170
* tree-ssa-dom.c, tree-ssa-threadupdate.c: Replace
rewrite_ssa_into_ssa in comments with update_ssa.
2005-05-10 Zdenek Dvorak <dvorakz@suse.cz> 2005-05-10 Zdenek Dvorak <dvorakz@suse.cz>
* tree-ssa-loop-im.c: Include hashtab.h. * tree-ssa-loop-im.c: Include hashtab.h.
......
...@@ -486,7 +486,7 @@ tree_ssa_dominator_optimize (void) ...@@ -486,7 +486,7 @@ tree_ssa_dominator_optimize (void)
This must be done before we iterate as we might have a This must be done before we iterate as we might have a
reference to an SSA_NAME which was removed by the call to reference to an SSA_NAME which was removed by the call to
rewrite_ssa_into_ssa. update_ssa.
Long term we will be able to let everything in SSA_NAME_VALUE Long term we will be able to let everything in SSA_NAME_VALUE
persist. However, for now, we know this is the safe thing to do. */ persist. However, for now, we know this is the safe thing to do. */
......
...@@ -648,8 +648,8 @@ redirect_edges (void **slot, void *data) ...@@ -648,8 +648,8 @@ redirect_edges (void **slot, void *data)
the appropriate duplicate of BB. the appropriate duplicate of BB.
BB and its duplicates will have assignments to the same set of BB and its duplicates will have assignments to the same set of
SSA_NAMEs. Right now, we just call into rewrite_ssa_into_ssa SSA_NAMEs. Right now, we just call into update_ssa to update the
to update the SSA graph for those names. SSA graph for those names.
We are also going to experiment with a true incremental update We are also going to experiment with a true incremental update
scheme for the duplicated resources. One of the interesting scheme for the duplicated resources. One of the interesting
......
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