FunctionImport: fix typo '#ifndef NDEBUG' instead of '#ifndef DEBUG'

llvm-svn: 290437
This commit is contained in:
Mehdi Amini 2016-12-23 17:59:24 +00:00
parent 28f00aab73
commit 9a9077fdad
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ Expected<bool> FunctionImporter::importFunctions(
}
}
#ifndef DEBUG
#ifndef NDEBUG
// Note: this can't be done after `renameModuleForThinLTO` as it leaves the
// module in a state that does not pass the verifier (for example aliases
// pointing to available_externally functions).