[llvm] r177129 - Remove some unused variables to clean the Clang -Werror build
David Blaikie
dblaikie at gmail.com
Thu Mar 14 16:11:07 PDT 2013
Author: dblaikie
Date: Thu Mar 14 18:11:07 2013
New Revision: 177129
URL: http://llvm.org/viewvc/llvm-project?rev=177129&view=rev
Log:
Remove some unused variables to clean the Clang -Werror build
(these were added in r177089)
Modified:
llvm/trunk/lib/Target/Mips/MipsISelDAGToDAG.cpp
Modified: llvm/trunk/lib/Target/Mips/MipsISelDAGToDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsISelDAGToDAG.cpp?rev=177129&r1=177128&r2=177129&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsISelDAGToDAG.cpp (original)
+++ llvm/trunk/lib/Target/Mips/MipsISelDAGToDAG.cpp Thu Mar 14 18:11:07 2013
@@ -91,8 +91,6 @@ bool MipsDAGToDAGISel::selectAddr16(SDNo
/// 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");
More information about the llvm-commits
mailing list