* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 12 Dec 2004 17:03:37 +0000 (17:03 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 12 Dec 2004 17:03:37 +0000 (17:03 +0000)
From-SVN: r92053

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

index 71fec2ceceed08e88d076f0d8aca1011b0fedfa9..cc34def93a393ae00d5c5946414469123f3a8086 100644 (file)
@@ -9,7 +9,8 @@
 
        * reg-stack.c (convert_regs_2): Free stack.
 
-       * tree-ssa-dom.c (thread_across_edge): Fix a comment typo.
+       * tree-ssa-dom.c (thread_across_edge, dom_opt_finalize_block): Fix
+       comment typos.
 
 2004-12-12  Daniel Berlin  <dberlin@dberlin.org>
 
index 88ca5292dc75cefc0bcfff51d05750d19da75c77..72ab570ddd4ef348c33a53d4fe47330f4846ead7 100644 (file)
@@ -962,7 +962,7 @@ dom_opt_finalize_block (struct dom_walk_data *walk_data, basic_block bb)
 {
   tree last;
 
-  /* If we are at a leaf node in the dominator graph, see if we can thread
+  /* If we are at a leaf node in the dominator tree, see if we can thread
      the edge from BB through its successor.
 
      Do this before we remove entries from our equivalence tables.  */