Commit ebb4ec77 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r92053
parent 20d18cdb
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
* reg-stack.c (convert_regs_2): Free stack. * 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> 2004-12-12 Daniel Berlin <dberlin@dberlin.org>
......
...@@ -962,7 +962,7 @@ dom_opt_finalize_block (struct dom_walk_data *walk_data, basic_block bb) ...@@ -962,7 +962,7 @@ dom_opt_finalize_block (struct dom_walk_data *walk_data, basic_block bb)
{ {
tree last; 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. the edge from BB through its successor.
Do this before we remove entries from our equivalence tables. */ Do this before we remove entries from our equivalence tables. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment