mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-28 07:17:32 +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:
@@ -936,10 +936,7 @@ SDOperand X86TargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
|
|||||||
return DAG.getNode(ISD::MERGE_VALUES, Tys, Ops);
|
return DAG.getNode(ISD::MERGE_VALUES, Tys, Ops);
|
||||||
}
|
}
|
||||||
case ISD::SELECT: {
|
case ISD::SELECT: {
|
||||||
unsigned Opc;
|
|
||||||
SDOperand Cond = Op.getOperand(0);
|
SDOperand Cond = Op.getOperand(0);
|
||||||
SDOperand True = Op.getOperand(1);
|
|
||||||
SDOperand False = Op.getOperand(2);
|
|
||||||
SDOperand CC;
|
SDOperand CC;
|
||||||
if (Cond.getOpcode() == ISD::SETCC) {
|
if (Cond.getOpcode() == ISD::SETCC) {
|
||||||
CC = Cond.getOperand(2);
|
CC = Cond.getOperand(2);
|
||||||
|
Reference in New Issue
Block a user