]> gcc.gnu.org Git - gcc.git/commitdiff
* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 12 Dec 2004 16:55:34 +0000 (16:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 12 Dec 2004 16:55:34 +0000 (16:55 +0000)
From-SVN: r92052

gcc/ChangeLog
gcc/tree-ssa-dom.c

index ba0229f1fcd934902abf002db8d8c5bc4428e705..71fec2ceceed08e88d076f0d8aca1011b0fedfa9 100644 (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.
index 39ac925fb329aef78480f5dbd060761db99f8580..88ca5292dc75cefc0bcfff51d05750d19da75c77 100644 (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;
This page took 0.100538 seconds and 5 git commands to generate.