]> granicus.if.org Git - llvm/commitdiff
Merging r242412:
authorHans Wennborg <hans@hanshq.net>
Thu, 16 Jul 2015 22:14:55 +0000 (22:14 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 16 Jul 2015 22:14:55 +0000 (22:14 +0000)
------------------------------------------------------------------------
r242412 | tstellar | 2015-07-16 09:13:34 -0700 (Thu, 16 Jul 2015) | 3 lines

AMDGPU/R600: Remove unused variable

This fixes a warning introduced by r242410.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@242455 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/AMDILCFGStructurizer.cpp

index 9fa2bcd7eedabd07dacbb408319001ddcc77b278..d918ac3a5b3b8b3bcc0b09c2b479d51f5df605b8 100644 (file)
@@ -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;