mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 12:40:17 +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),
|
||||
Node->getOperand(0),
|
||||
Node->getOperand(1), Tmp3, Tmp4,
|
||||
Node->getOperand(5)), DAG);
|
||||
Node->getOperand(4)), DAG);
|
||||
if (Tmp.Val) {
|
||||
Result = LegalizeOp(Tmp);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user