[llvm-commits] [llvm] r55915 - /llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp

Dan Gohman gohman at apple.com
Mon Sep 8 09:28:22 PDT 2008


Author: djg
Date: Mon Sep  8 11:28:17 2008
New Revision: 55915

URL: http://llvm.org/viewvc/llvm-project?rev=55915&view=rev
Log:
Delete an unused variable.

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

Modified: llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp?rev=55915&r1=55914&r2=55915&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp Mon Sep  8 11:28:17 2008
@@ -927,7 +927,6 @@
   MachineFunction &MF = DAG.getMachineFunction();
   MVT ObjectVT = Op.getValue(ArgNo).getValueType();
   SDValue Root = Op.getOperand(0);
-  std::vector<SDValue> ArgValues;
   MachineRegisterInfo &RegInfo = MF.getRegInfo();
 
   static const unsigned GPRArgRegs[] = {





More information about the llvm-commits mailing list