projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d30951
)
Fix "node B dominates node B" to "node B dominates node A"
author
Daniel Berlin
<dberlin@gcc.gnu.org>
Wed, 4 Jan 2006 15:07:54 +0000
(15:07 +0000)
committer
Daniel Berlin
<dberlin@gcc.gnu.org>
Wed, 4 Jan 2006 15:07:54 +0000
(15:07 +0000)
From-SVN: r109330
gcc/dominance.c
patch
|
blob
|
history
diff --git
a/gcc/dominance.c
b/gcc/dominance.c
index c7e39b50ca5b4fb808966a1c298bf932671e86f0..d341f487ba3c322d5605808b540328c4d9e30f32 100644
(file)
--- 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