diff options
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp index 2e31c282ae0..137403fc274 100644 --- a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp @@ -230,6 +230,7 @@ static SDNode *lowerCallFromStatepoint(const CallInst &CI, int NumCallArgs = dyn_cast<ConstantInt>(CI.getArgOperand(1))->getZExtValue(); assert(NumCallArgs >= 0 && "non-negative"); + (void)NumCallArgs; ImmutableStatepoint StatepointOperands(&CI); |