diff options
Diffstat (limited to 'llvm/lib/Support/Timer.cpp')
-rw-r--r-- | llvm/lib/Support/Timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp index 5c0b594..ccd78ad 100644 --- a/llvm/lib/Support/Timer.cpp +++ b/llvm/lib/Support/Timer.cpp @@ -562,7 +562,7 @@ static std::string &mtg::LibSupportInfoOutputFilename() { static const std::string &mtg::InfoOutputFilename() { return ManagedTimerGlobals->InfoOutputFilename.getValue(); } -static bool mtg::TrackSpace() { return ManagedTimerGlobals->TrackSpace; }; +static bool mtg::TrackSpace() { return ManagedTimerGlobals->TrackSpace; } static bool mtg::SortTimers() { return ManagedTimerGlobals->SortTimers; } static SignpostEmitter &mtg::Signposts() { return ManagedTimerGlobals->Signposts(); |