diff options
author | Dan Gohman <gohman@apple.com> | 2008-10-16 01:47:47 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-10-16 01:47:47 +0000 |
commit | 4a8766012792ba19a54d02fe22dd28b554885c06 (patch) | |
tree | 9def39dc9fbb1cf33fe6ffe9dd2cff27b8efd044 /llvm/lib | |
parent | fc27e25a6ef7afa604bd126660515f1db2f33db2 (diff) | |
download | bcm5719-llvm-4a8766012792ba19a54d02fe22dd28b554885c06.tar.gz bcm5719-llvm-4a8766012792ba19a54d02fe22dd28b554885c06.zip |
Remove an unused variable.
llvm-svn: 57621
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index f21055782df..d32a9f052d4 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -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; |