diff options
-rw-r--r-- | llvm/lib/Transforms/Scalar/SCCP.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/SCCP.cpp b/llvm/lib/Transforms/Scalar/SCCP.cpp index b5827d27e27..329c7570b45 100644 --- a/llvm/lib/Transforms/Scalar/SCCP.cpp +++ b/llvm/lib/Transforms/Scalar/SCCP.cpp @@ -1853,6 +1853,7 @@ static void findReturnsToZap(Function &F, if (CallInst *CI = BB.getTerminatingMustTailCall()) { DEBUG(dbgs() << "Can't zap return of the block due to present " << "musttail call : " << *CI << "\n"); + (void)CI; return; } |