diff options
Diffstat (limited to 'include/llvm/Support/DebugCounter.h')
| -rw-r--r-- | include/llvm/Support/DebugCounter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/DebugCounter.h b/include/llvm/Support/DebugCounter.h index a533feae7fa3..52e1bd71a2f2 100644 --- a/include/llvm/Support/DebugCounter.h +++ b/include/llvm/Support/DebugCounter.h @@ -159,7 +159,7 @@ private: #define DEBUG_COUNTER(VARNAME, COUNTERNAME, DESC) \ static const unsigned VARNAME = \ - DebugCounter::registerCounter(COUNTERNAME, DESC); + DebugCounter::registerCounter(COUNTERNAME, DESC) } // namespace llvm #endif |
