Remove some unused variables to clean the Clang -Werror build
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 14 Mar 2013 23:11:07 +0000 (23:11 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 14 Mar 2013 23:11:07 +0000 (23:11 +0000)
(these were added in r177089)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177129 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsISelDAGToDAG.cpp

index a0346212e729ef135ae7154a0f52b0e817140410..77b08cb11e0c0fe75fb5a705673f01ed2c29157c 100644 (file)
@@ -91,8 +91,6 @@ bool MipsDAGToDAGISel::selectAddr16(SDNode *Parent, SDValue N, SDValue &Base,
 /// expanded, promoted and normal instructions
 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) {
   unsigned Opcode = Node->getOpcode();
-  DebugLoc DL = Node->getDebugLoc();
-  EVT NodeTy = Node->getValueType(0);
 
   // Dump information about the Node being selected
   DEBUG(errs() << "Selecting: "; Node->dump(CurDAG); errs() << "\n");