forked from OSchip/llvm-project
[AMDGPU] Fix typo
This commit is contained in:
parent
21fd875952
commit
9ced1e44ad
|
@ -365,7 +365,7 @@ void SIOptimizeVGPRLiveRange::updateLiveRangeInElseRegion(
|
|||
unsigned BBNum = MBB->getNumber();
|
||||
if (OldVarInfo.AliveBlocks.test(BBNum)) {
|
||||
NewVarInfo.AliveBlocks.set(BBNum);
|
||||
LLVM_DEBUG(dbgs() << "Removing ALiveBlock " << printMBBReference(*MBB)
|
||||
LLVM_DEBUG(dbgs() << "Removing AliveBlock " << printMBBReference(*MBB)
|
||||
<< '\n');
|
||||
OldVarInfo.AliveBlocks.reset(BBNum);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue