mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-18 11:20:03 +00:00
[Stackmap] Remove erroneous assert.
llvm-svn: 193871
This commit is contained in:
parent
6936bdad5d
commit
1d4449f32d
@ -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…
x
Reference in New Issue
Block a user