Remove an unused variable.
authorDan Gohman <gohman@apple.com>
Thu, 16 Oct 2008 01:47:47 +0000 (01:47 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Oct 2008 01:47:47 +0000 (01:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57621 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index f21055782df4474688666cc4b5e361e93c9aa265..d32a9f052d4a9bbdbf0506f64cc610d095dcc476 100644 (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;