summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2013-11-01 15:12:23 +0000
committerAaron Ballman <aaron@aaronballman.com>2013-11-01 15:12:23 +0000
commit2b7a733b165175634bb91f2dc86eb1168b4a4680 (patch)
treec47169de80e1bc5f7fd484c16721d0040f02abd6 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
parent96321aa5231052e17e08c635b4164f63e3986136 (diff)
downloadbcm5719-llvm-2b7a733b165175634bb91f2dc86eb1168b4a4680.tar.gz
bcm5719-llvm-2b7a733b165175634bb91f2dc86eb1168b4a4680.zip
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.
llvm-svn: 193862
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index 59d72b476bc..d1783da9b68 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/llvm/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<SDValue, 8> Ops;
OpenPOWER on IntegriCloud