forked from OSchip/llvm-project
Fix typo s/beloinging/belonging
Differential Revision: https://reviews.llvm.org/D107099
This commit is contained in:
parent
eb946cc5b6
commit
ed6cff667e
|
@ -309,7 +309,7 @@ static void computeBlocksDominatingExits(
|
||||||
// worklist, unless we visited it already.
|
// worklist, unless we visited it already.
|
||||||
BasicBlock *IDomBB = DT.getNode(BB)->getIDom()->getBlock();
|
BasicBlock *IDomBB = DT.getNode(BB)->getIDom()->getBlock();
|
||||||
|
|
||||||
// Exit blocks can have an immediate dominator not beloinging to the
|
// Exit blocks can have an immediate dominator not belonging to the
|
||||||
// loop. For an exit block to be immediately dominated by another block
|
// loop. For an exit block to be immediately dominated by another block
|
||||||
// outside the loop, it implies not all paths from that dominator, to the
|
// outside the loop, it implies not all paths from that dominator, to the
|
||||||
// exit block, go through the loop.
|
// exit block, go through the loop.
|
||||||
|
|
Loading…
Reference in New Issue