mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Rename ValueBase::getParentBB() => getParentBlock().
This commit is contained in:
@@ -689,7 +689,7 @@ static bool isRangeChecked(SILValue Start, SILValue End,
|
||||
}
|
||||
|
||||
static bool dominates(DominanceInfo *DT, SILValue V, SILBasicBlock *B) {
|
||||
if (auto ValueBB = V->getParentBB())
|
||||
if (auto ValueBB = V->getParentBlock())
|
||||
return DT->dominates(ValueBB, B);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user