Remove a few lines of dead code.

llvm-svn: 24768
This commit is contained in:
Evan Cheng 2005-12-17 07:18:44 +00:00
parent 69b5d17f92
commit f3b16bc5a0
1 changed files with 0 additions and 3 deletions

View File

@ -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);