diff options
Diffstat (limited to 'gcc/tree-ssa-dom.c')
-rw-r--r-- | gcc/tree-ssa-dom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 541ad4c..42c0c30 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -486,7 +486,7 @@ tree_ssa_dominator_optimize (void) This must be done before we iterate as we might have a 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 persist. However, for now, we know this is the safe thing to do. */ |