remove an unused variable.
authorChris Lattner <sabre@nondot.org>
Sat, 2 Jun 2012 01:03:42 +0000 (01:03 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 2 Jun 2012 01:03:42 +0000 (01:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157872 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsISelLowering.cpp

index 8cd602ca64cef9c1c2887348fb2a19b2b272e0a0..6b39b90f05b34c5a59b82943327be373c51c0253 100644 (file)
@@ -2150,7 +2150,7 @@ SDValue MipsTargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const {
 static SDValue CreateStoreLR(unsigned Opc, SelectionDAG &DAG, StoreSDNode *SD,
                              SDValue Chain, unsigned Offset) {
   SDValue BasePtr = SD->getBasePtr(), Ptr, Value = SD->getValue();
-  EVT VT = Value.getValueType(), MemVT = SD->getMemoryVT();
+  EVT MemVT = SD->getMemoryVT();
   EVT BasePtrVT = BasePtr.getValueType();
   DebugLoc DL = SD->getDebugLoc();
   SDVTList VTList = DAG.getVTList(MVT::Other);