[llvm-commits] [llvm] r134131 - /llvm/trunk/lib/Target/ARM/Thumb2InstrInfo.cpp

Jim Grosbach grosbach at apple.com
Wed Jun 29 19:23:05 PDT 2011


Author: grosbach
Date: Wed Jun 29 21:23:05 2011
New Revision: 134131

URL: http://llvm.org/viewvc/llvm-project?rev=134131&view=rev
Log:
Kill dead code.

Modified:
    llvm/trunk/lib/Target/ARM/Thumb2InstrInfo.cpp

Modified: llvm/trunk/lib/Target/ARM/Thumb2InstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/Thumb2InstrInfo.cpp?rev=134131&r1=134130&r2=134131&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/Thumb2InstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/ARM/Thumb2InstrInfo.cpp Wed Jun 29 21:23:05 2011
@@ -419,7 +419,6 @@
       return true;
     }
 
-    bool isSP = FrameReg == ARM::SP;
     bool HasCCOut = Opcode != ARM::t2ADDri12;
 
     if (Offset < 0) {





More information about the llvm-commits mailing list