mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[AMDGPU] Fix typo
This commit is contained in:
parent
2d682bd2a2
commit
18736d1b57
@ -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
Block a user