aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelDAGToDAG.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-03-14 23:11:07 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-03-14 23:11:07 +0000
commitcacff672dd532d882727a51e73c96f19fde45828 (patch)
tree9d9fbf1cf99f8bef1147ccddf75cc216471c7518 /lib/Target/Mips/MipsISelDAGToDAG.cpp
parent7abc88bc83d2b1a0e576fa5cf92de5017d90a792 (diff)
downloadexternal_llvm-cacff672dd532d882727a51e73c96f19fde45828.zip
external_llvm-cacff672dd532d882727a51e73c96f19fde45828.tar.gz
external_llvm-cacff672dd532d882727a51e73c96f19fde45828.tar.bz2
Remove some unused variables to clean the Clang -Werror build
(these were added in r177089) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177129 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsISelDAGToDAG.cpp')
-rw-r--r--lib/Target/Mips/MipsISelDAGToDAG.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Mips/MipsISelDAGToDAG.cpp b/lib/Target/Mips/MipsISelDAGToDAG.cpp
index a034621..77b08cb 100644
--- a/lib/Target/Mips/MipsISelDAGToDAG.cpp
+++ b/lib/Target/Mips/MipsISelDAGToDAG.cpp
@@ -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");