Fix NDEBUG build problem in r320895

Fix incorrect placement of #endif causing NDEBUG build failures.

llvm-svn: 320897
This commit is contained in:
Teresa Johnson 2017-12-16 00:29:31 +00:00
parent a1f6fba4d1
commit 69b2de8466
1 changed files with 1 additions and 1 deletions

View File

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