Skip to content

Commit

Permalink
Fix compiler warning when compiling without asserts [NFC]
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelholmen committed Feb 10, 2020
1 parent f2af4f8 commit a50c0b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Expand Up @@ -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 {
Expand Down

0 comments on commit a50c0b0

Please sign in to comment.