Fix compiler warning when compiling without asserts [NFC]

This commit is contained in:
Mikael Holmen 2020-02-10 13:32:44 +01:00
parent f2af4f8a45
commit a50c0b0df7
1 changed files with 2 additions and 0 deletions

View File

@ -44,7 +44,9 @@ STATISTIC(NumOpenMPRuntimeFunctionsIdentified,
STATISTIC(NumOpenMPRuntimeFunctionUsesIdentified,
"Number of OpenMP runtime function uses identified");
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
static constexpr auto TAG = "[" DEBUG_TYPE "]";
#endif
namespace {
struct OpenMPOpt {