* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.

From-SVN: r92052
This commit is contained in:
Kazu Hirata 2004-12-12 16:55:34 +00:00 committed by Kazu Hirata
parent a5f712ff3f
commit 20d18cdb7a
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@
* reg-stack.c (convert_regs_2): Free stack.
* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.
2004-12-12 Daniel Berlin <dberlin@dberlin.org>
* tree-ssa-loop-ch.c (copy_loop_headers): Loop can be null.

View File

@ -653,7 +653,7 @@ thread_across_edge (struct dom_walk_data *walk_data, edge e)
if (SSA_NAME_VAR (cached_lhs) != SSA_NAME_VAR (lhs))
break;
/* If CACHED_LHS does not represent the current value of the undering
/* If CACHED_LHS does not represent the current value of the underlying
variable in CACHED_LHS/LHS, then we can not ignore this statement. */
if (var_ann (SSA_NAME_VAR (lhs))->current_def != cached_lhs)
break;