mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 05:56:51 +00:00
[Stackmap] Remove erroneous assert.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193871 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a59defe70
commit
26cc826a0e
@ -6785,9 +6785,6 @@ void SelectionDAGBuilder::visitStackmap(const CallInst &CI) {
|
||||
SDNode *Call = CallEnd->getOperand(0).getNode();
|
||||
bool hasGlue = Call->getGluedNode();
|
||||
|
||||
// assert(Call->getNumOperands() == (hasGlue ? 2 : 1) &&
|
||||
// "Unexpected extra stackmap call arguments.");
|
||||
|
||||
// Replace the target specific call node with the stackmap intrinsic.
|
||||
SmallVector<SDValue, 8> Ops;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user