summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-10-14 21:40:45 +0000
committerBob Wilson <bob.wilson@apple.com>2009-10-14 21:40:45 +0000
commit681a2ad40357fbf0415977d76323e9a03ada84ae (patch)
treea696caf38c0c4bfd8acf6f58952ccfbfddf375fe /lib/Target/ARM
parent33524c3b26e3b709488d84094493d9a6098c0155 (diff)
downloadexternal_llvm-681a2ad40357fbf0415977d76323e9a03ada84ae.zip
external_llvm-681a2ad40357fbf0415977d76323e9a03ada84ae.tar.gz
external_llvm-681a2ad40357fbf0415977d76323e9a03ada84ae.tar.bz2
Remove unused variables to fix build warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84144 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
-rw-r--r--lib/Target/ARM/ARMISelDAGToDAG.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMISelDAGToDAG.cpp b/lib/Target/ARM/ARMISelDAGToDAG.cpp
index 0a9a32f..c39de0a 100644
--- a/lib/Target/ARM/ARMISelDAGToDAG.cpp
+++ b/lib/Target/ARM/ARMISelDAGToDAG.cpp
@@ -1708,9 +1708,6 @@ SDNode *ARMDAGToDAGISel::Select(SDValue Op) {
case ISD::INTRINSIC_VOID:
case ISD::INTRINSIC_W_CHAIN: {
unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
- EVT VT = N->getValueType(0);
- unsigned Opc = 0;
-
switch (IntNo) {
default:
break;