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 8da653b238
commit 1554029c7c

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;