forked from OSchip/llvm-project
AMDGPU/R600: Remove unused variable
This fixes a warning introduced by r242410. llvm-svn: 242412
This commit is contained in:
parent
1d46fb2d2f
commit
ff5efb8c03
|
@ -1719,7 +1719,6 @@ MachineBasicBlock *
|
|||
AMDGPUCFGStructurizer::normalizeInfiniteLoopExit(MachineLoop* LoopRep) {
|
||||
MachineBasicBlock *LoopHeader = LoopRep->getHeader();
|
||||
MachineBasicBlock *LoopLatch = LoopRep->getLoopLatch();
|
||||
const TargetRegisterClass * I32RC = TRI->getCFGStructurizerRegClass(MVT::i32);
|
||||
|
||||
if (!LoopHeader || !LoopLatch)
|
||||
return nullptr;
|
||||
|
|
Loading…
Reference in New Issue