mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-23 12:45:47 +00:00
the 5th operand is the 4th number
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23074 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bb22df31d9
commit
d7050a9c50
@ -1122,7 +1122,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
|
|||||||
TLI.LowerOperation(DAG.getNode(ISD::SELECT_CC, Node->getValueType(0),
|
TLI.LowerOperation(DAG.getNode(ISD::SELECT_CC, Node->getValueType(0),
|
||||||
Node->getOperand(0),
|
Node->getOperand(0),
|
||||||
Node->getOperand(1), Tmp3, Tmp4,
|
Node->getOperand(1), Tmp3, Tmp4,
|
||||||
Node->getOperand(5)), DAG);
|
Node->getOperand(4)), DAG);
|
||||||
if (Tmp.Val) {
|
if (Tmp.Val) {
|
||||||
Result = LegalizeOp(Tmp);
|
Result = LegalizeOp(Tmp);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user