[Stackmap] Remove erroneous assert.

llvm-svn: 193871
This commit is contained in:
Juergen Ributzka 2013-11-01 17:53:27 +00:00
parent 7342857825
commit 359c532d36
1 changed files with 0 additions and 3 deletions

View File

@ -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;