Remove unused variables to fix build warning.
authorBob Wilson <bob.wilson@apple.com>
Wed, 14 Oct 2009 21:40:45 +0000 (21:40 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 14 Oct 2009 21:40:45 +0000 (21:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84144 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelDAGToDAG.cpp

index 0a9a32f239b4cef274e2032343e0aeab2df73b1a..c39de0a12b8f0987bbd935798da697e4b8fdf26b 100644 (file)
@@ -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;