Remove unused variables to fix build warning.

llvm-svn: 84144
This commit is contained in:
Bob Wilson 2009-10-14 21:40:45 +00:00
parent 819c3ddda8
commit ad03cf02f6
1 changed files with 0 additions and 3 deletions

View 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;