Remove unused variable.

llvm-svn: 151251
This commit is contained in:
Duncan Sands 2012-02-23 11:01:22 +00:00
parent a22828e085
commit a354d58f8d
1 changed files with 0 additions and 1 deletions

View File

@ -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 =