mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 05:24:01 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36299 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -142,7 +142,7 @@ namespace {
|
||||
return ET.properlyDominates(I1->getParent(), I2->getParent());
|
||||
}
|
||||
|
||||
/// dominates - Return true if BB1 dominates BB2 using the DominatorTree.
|
||||
/// dominates - Return true if BB1 dominates BB2 using the ETForest.
|
||||
///
|
||||
bool dominates(BasicBlock *BB1, BasicBlock *BB2) const {
|
||||
return ET.dominates(BB1, BB2);
|
||||
|
Reference in New Issue
Block a user