From 69b2de8466860e5e765bb64ebfda17defa0cfb37 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Sat, 16 Dec 2017 00:29:31 +0000 Subject: Fix NDEBUG build problem in r320895 Fix incorrect placement of #endif causing NDEBUG build failures. llvm-svn: 320897 --- llvm/lib/Transforms/IPO/FunctionImport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/IPO') diff --git a/llvm/lib/Transforms/IPO/FunctionImport.cpp b/llvm/lib/Transforms/IPO/FunctionImport.cpp index 400fd4974eb..927c4f54b9c 100644 --- a/llvm/lib/Transforms/IPO/FunctionImport.cpp +++ b/llvm/lib/Transforms/IPO/FunctionImport.cpp @@ -444,8 +444,8 @@ static void dumpImportListForModule(StringRef ModulePath, DEBUG(dbgs() << " - " << Src.second.size() << " functions imported from " << SrcModName << "\n"); } -#endif } +#endif /// Compute all the imports for the given module in the Index. void llvm::ComputeCrossModuleImportForModule( -- cgit v1.2.3