diff options
Diffstat (limited to 'llvm/lib/Transforms/IPO/FunctionImport.cpp')
-rw-r--r-- | llvm/lib/Transforms/IPO/FunctionImport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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( |