mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Commenting out this assert because it is causing the build bots to fail. This effectively reverts r193861, but needs to be fixed as part of r193769.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193862 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d13de3f09
commit
307cfaeaf0
@ -6785,8 +6785,8 @@ void SelectionDAGBuilder::visitStackmap(const CallInst &CI) {
|
|||||||
SDNode *Call = CallEnd->getOperand(0).getNode();
|
SDNode *Call = CallEnd->getOperand(0).getNode();
|
||||||
bool hasGlue = Call->getGluedNode();
|
bool hasGlue = Call->getGluedNode();
|
||||||
|
|
||||||
assert(Call->getNumOperands() == (hasGlue ? 2 : 1) &&
|
// assert(Call->getNumOperands() == (hasGlue ? 2 : 1) &&
|
||||||
"Unexpected extra stackmap call arguments.");
|
// "Unexpected extra stackmap call arguments.");
|
||||||
|
|
||||||
// Replace the target specific call node with the stackmap intrinsic.
|
// Replace the target specific call node with the stackmap intrinsic.
|
||||||
SmallVector<SDValue, 8> Ops;
|
SmallVector<SDValue, 8> Ops;
|
||||||
|
Loading…
Reference in New Issue
Block a user