]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix "node B dominates node B" to "node B dominates node A"
authorDaniel Berlin <dberlin@gcc.gnu.org>
Wed, 4 Jan 2006 15:07:54 +0000 (15:07 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Wed, 4 Jan 2006 15:07:54 +0000 (15:07 +0000)
From-SVN: r109330

gcc/dominance.c

index c7e39b50ca5b4fb808966a1c298bf932671e86f0..d341f487ba3c322d5605808b540328c4d9e30f32 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