aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2005-12-17 07:18:44 +0000
committerEvan Cheng <evan.cheng@apple.com>2005-12-17 07:18:44 +0000
commit433dbdaa636d1c6e06acb2de22bcc83721cacac8 (patch)
tree971f74b0266b3e8200d807ab86f0ec1432447ffd /lib/Target/X86
parent576e46fc67a388961fe6db41cbd64adb223361e2 (diff)
downloadexternal_llvm-433dbdaa636d1c6e06acb2de22bcc83721cacac8.zip
external_llvm-433dbdaa636d1c6e06acb2de22bcc83721cacac8.tar.gz
external_llvm-433dbdaa636d1c6e06acb2de22bcc83721cacac8.tar.bz2
Remove a few lines of dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86')
-rw-r--r--lib/Target/X86/X86ISelLowering.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp
index 1facdd3..dac14da 100644
--- a/lib/Target/X86/X86ISelLowering.cpp
+++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -936,10 +936,7 @@ SDOperand X86TargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
return DAG.getNode(ISD::MERGE_VALUES, Tys, Ops);
}
case ISD::SELECT: {
- unsigned Opc;
SDOperand Cond = Op.getOperand(0);
- SDOperand True = Op.getOperand(1);
- SDOperand False = Op.getOperand(2);
SDOperand CC;
if (Cond.getOpcode() == ISD::SETCC) {
CC = Cond.getOperand(2);