[llvm-branch-commits] [llvm-branch] r242455 - Merging r242412:

Hans Wennborg hans at hanshq.net
Thu Jul 16 15:14:55 PDT 2015


Author: hans
Date: Thu Jul 16 17:14:55 2015
New Revision: 242455

URL: http://llvm.org/viewvc/llvm-project?rev=242455&view=rev
Log:
Merging r242412:
------------------------------------------------------------------------
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.
------------------------------------------------------------------------

Modified:
    llvm/branches/release_37/   (props changed)
    llvm/branches/release_37/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp

Propchange: llvm/branches/release_37/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jul 16 17:14:55 2015
@@ -1,3 +1,3 @@
 /llvm/branches/Apple/Pertwee:110850,110961
 /llvm/branches/type-system-rewrite:133420-134817
-/llvm/trunk:155241,242239,242288,242331,242341,242410,242442
+/llvm/trunk:155241,242239,242288,242331,242341,242410,242412,242442

Modified: llvm/branches/release_37/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp?rev=242455&r1=242454&r2=242455&view=diff
==============================================================================
--- llvm/branches/release_37/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp (original)
+++ llvm/branches/release_37/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp Thu Jul 16 17:14:55 2015
@@ -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;





More information about the llvm-branch-commits mailing list