Skip to content

Commit

Permalink
Commenting out this assert because it is causing the build bots to fa…
Browse files Browse the repository at this point in the history
…il. 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
  • Loading branch information
AaronBallman committed Nov 1, 2013
1 parent 8d13de3 commit 307cfae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6785,8 +6785,8 @@ 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.");
// 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;
Expand Down

0 comments on commit 307cfae

Please sign in to comment.