From: Aaron Ballman Date: Fri, 1 Nov 2013 15:12:23 +0000 (+0000) Subject: Commenting out this assert because it is causing the build bots to fail. This effect... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=307cfaeaf0bc629357725fb0c471e45319d48ff1;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 59d72b476bc..d1783da9b68 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp @@ -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 Ops;