summaryrefslogtreecommitdiff
path: root/gcc/dominance.c
diff options
context:
space:
mode:
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-04 15:07:54 +0000
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-04 15:07:54 +0000
commite055ef985a9cd6db2cd40f5103ba66b0a62a2e62 (patch)
tree5e855b0a092975360131958e6edab0d45dc21438 /gcc/dominance.c
parent0c8a85c622c4c2f26c0db2a0f723b67aacf40c6a (diff)
downloadgcc-e055ef985a9cd6db2cd40f5103ba66b0a62a2e62.tar.gz
Fix "node B dominates node B" to "node B dominates node A"
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109330 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r--gcc/dominance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c
index c7e39b50ca5..d341f487ba3 100644
--- a/gcc/dominance.c
+++ b/gcc/dominance.c
@@ -842,7 +842,7 @@ nearest_common_dominator_for_set (enum cdi_direction dir, bitmap blocks)
because we must hit A in the dominator tree *before* B on the walk
down, and we will hit A *after* B on the walk back up
- 2. Node A is below node B (and thus, node B dominates node B)
+ 2. Node A is below node B (and thus, node B dominates node A)
B