mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Remove a few lines of dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
576e46fc67
commit
433dbdaa63
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user