mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4e4b576e2e
commit
da06e9e665
@ -2679,6 +2679,7 @@ void SelectionDAGLegalize::LegalizeSetCCOperands(SDOperand &LHS,
|
|||||||
Result = LegalizeOp(DAG.getNode(ISD::SELECT, Tmp1.getValueType(),
|
Result = LegalizeOp(DAG.getNode(ISD::SELECT, Tmp1.getValueType(),
|
||||||
Result, Tmp1, Tmp2));
|
Result, Tmp1, Tmp2));
|
||||||
Tmp1 = Result;
|
Tmp1 = Result;
|
||||||
|
Tmp2 = SDOperand();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LHS = Tmp1;
|
LHS = Tmp1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user