diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-10 20:21:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-10 20:21:28 +0000 |
commit | 31117a5ce2887fe2524f6fbb8b4621c8d2046279 (patch) | |
tree | aa003f79b8af0aa3b480021279b0bdbd077f66d1 /gcc/tree-ssa-threadupdate.c | |
parent | 01fd257af56adb9fd938c6cfbbfe953f3f910e40 (diff) | |
download | gcc-31117a5ce2887fe2524f6fbb8b4621c8d2046279.zip gcc-31117a5ce2887fe2524f6fbb8b4621c8d2046279.tar.gz gcc-31117a5ce2887fe2524f6fbb8b4621c8d2046279.tar.bz2 |
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
Diffstat (limited to 'gcc/tree-ssa-threadupdate.c')
-rw-r--r-- | gcc/tree-ssa-threadupdate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-threadupdate.c b/gcc/tree-ssa-threadupdate.c index a5dc049..e72598d 100644 --- a/gcc/tree-ssa-threadupdate.c +++ b/gcc/tree-ssa-threadupdate.c @@ -648,8 +648,8 @@ redirect_edges (void **slot, void *data) the appropriate duplicate of BB. BB and its duplicates will have assignments to the same set of - SSA_NAMEs. Right now, we just call into rewrite_ssa_into_ssa - to update the SSA graph for those names. + SSA_NAMEs. Right now, we just call into update_ssa to update the + SSA graph for those names. We are also going to experiment with a true incremental update scheme for the duplicated resources. One of the interesting |