summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips
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
commit6e5e0316aa467221d90d89faf50eecaab676c212 (patch)
treed0802c6cb1434cb06758356fb889552be0bfbf1e /llvm/lib/Target/Mips
parentb83b2edae37e71ef6395f203574aad2422a883e6 (diff)
downloadbcm5719-llvm-6e5e0316aa467221d90d89faf50eecaab676c212.tar.gz
bcm5719-llvm-6e5e0316aa467221d90d89faf50eecaab676c212.zip
Remove some unused variables to clean the Clang -Werror build
(these were added in r177089) llvm-svn: 177129
Diffstat (limited to 'llvm/lib/Target/Mips')
-rw-r--r--llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp b/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
index a0346212e72..77b08cb11e0 100644
--- a/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
+++ b/llvm/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");
OpenPOWER on IntegriCloud