diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-12-12 17:03:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-12-12 17:03:37 +0000 |
commit | ebb4ec776a3a13677723b0af4ff36e4e2cbdf5dd (patch) | |
tree | d2fd1a778ebe5ce1aaf87bf10e7e8e88bb324877 /gcc | |
parent | 20d18cdb7a47c529633057c2b697129847b2fa2e (diff) | |
download | gcc-ebb4ec776a3a13677723b0af4ff36e4e2cbdf5dd.zip gcc-ebb4ec776a3a13677723b0af4ff36e4e2cbdf5dd.tar.gz gcc-ebb4ec776a3a13677723b0af4ff36e4e2cbdf5dd.tar.bz2 |
* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.
From-SVN: r92053
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/tree-ssa-dom.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71fec2c..cc34def 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 88ca529..72ab570 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -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. */ |