diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2005-12-17 07:18:44 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2005-12-17 07:18:44 +0000 |
| commit | f3b16bc5a0eb3647d2abdd3dd900ae01a3c5079f (patch) | |
| tree | fb7af030ef57bfb3cbae9cc6b537423b04f0cc18 /llvm/lib | |
| parent | 69b5d17f92c96440a1f2c186e464672e8c60fb1a (diff) | |
| download | bcm5719-llvm-f3b16bc5a0eb3647d2abdd3dd900ae01a3c5079f.tar.gz bcm5719-llvm-f3b16bc5a0eb3647d2abdd3dd900ae01a3c5079f.zip | |
Remove a few lines of dead code.
llvm-svn: 24768
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 1facdd35cf3..dac14daf49a 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/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); |

