From e055ef985a9cd6db2cd40f5103ba66b0a62a2e62 Mon Sep 17 00:00:00 2001
From: dberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 4 Jan 2006 15:07:54 +0000
Subject: [PATCH] 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
---
 gcc/dominance.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/dominance.c b/gcc/dominance.c
index c7e39b50ca5b..d341f487ba3c 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
-- 
GitLab