Remove an unused variable.

llvm-svn: 57621
This commit is contained in:
Dan Gohman 2008-10-16 01:47:47 +00:00
parent fc27e25a6e
commit 4a87660127
1 changed files with 0 additions and 1 deletions

View File

@ -4880,7 +4880,6 @@ SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) {
SDValue Op0 = Op.getOperand(0);
SDValue Op1 = Op.getOperand(1);
SDValue CC = Op.getOperand(2);
ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get();
bool isFP = Op.getOperand(1).getValueType().isFloatingPoint();
unsigned X86CC;