OSDN Git Service

Fix "node B dominates node B" to "node B dominates node A"
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jan 2006 15:07:54 +0000 (15:07 +0000)
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jan 2006 15:07:54 +0000 (15:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109330 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/dominance.c

index c7e39b5..d341f48 100644 (file)
@@ -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