aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2012-02-23 11:01:22 +0000
committerDuncan Sands <baldrick@free.fr>2012-02-23 11:01:22 +0000
commit1b14f20ef7b35b9209ba6ab394773278936babe9 (patch)
treefac96b96f98f9621eb6a52a412f2bff63f22f040
parent1d2d5a0227d6f1381f3ffa9c331045bdfa409ee8 (diff)
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151251 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMISelDAGToDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelDAGToDAG.cpp b/lib/Target/ARM/ARMISelDAGToDAG.cpp
index d4b58f2e9b..d3cce5899b 100644
--- a/lib/Target/ARM/ARMISelDAGToDAG.cpp
+++ b/lib/Target/ARM/ARMISelDAGToDAG.cpp
@@ -2376,7 +2376,6 @@ SDNode *ARMDAGToDAGISel::SelectCMOVOp(SDNode *N) {
}
SDNode *ARMDAGToDAGISel::SelectConditionalOp(SDNode *N) {
- EVT VT = N->getValueType(0);
SDValue FalseVal = N->getOperand(0);
SDValue TrueVal = N->getOperand(1);
ARMCC::CondCodes CCVal =