remove an unused variable.

llvm-svn: 157872
This commit is contained in:
Chris Lattner 2012-06-02 01:03:42 +00:00
parent 06caf7d59f
commit 58268c23ac
1 changed files with 1 additions and 1 deletions

View 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);