Fix "node B dominates node B" to "node B dominates node A"

From-SVN: r109330
This commit is contained in:
Daniel Berlin 2006-01-04 15:07:54 +00:00
parent 2d309510df
commit d8701f023e
1 changed files with 1 additions and 1 deletions

View 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