Commit d8701f02 by Daniel Berlin

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

From-SVN: r109330
parent 2d309510
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment