1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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
This commit is contained in:
Aaron Ballman 2013-11-01 15:12:23 +00:00
parent de47be1601
commit 19f13dd89d

View File

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