forked from OSchip/llvm-project
parent
820782aae0
commit
8626367e38
|
@ -4601,7 +4601,7 @@ SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
|
||||||
N->InitOperands(new SDUse[NumOps], Ops, NumOps);
|
N->InitOperands(new SDUse[NumOps], Ops, NumOps);
|
||||||
N->OperandsNeedDelete = true;
|
N->OperandsNeedDelete = true;
|
||||||
} else
|
} else
|
||||||
MN->InitOperands(MN->OperandList, Ops, NumOps);
|
N->InitOperands(N->OperandList, Ops, NumOps);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Delete any nodes that are still dead after adding the uses for the
|
// Delete any nodes that are still dead after adding the uses for the
|
||||||
|
|
Loading…
Reference in New Issue