[llvm] 84033cf - [TableGen] Remove unused declaration TimeRegions
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 10 09:02:38 PDT 2023
Author: Kazu Hirata
Date: 2023-06-10T09:02:20-07:00
New Revision: 84033cff00e174932bc073fc741558011ad97ba9
URL: https://github.com/llvm/llvm-project/commit/84033cff00e174932bc073fc741558011ad97ba9
DIFF: https://github.com/llvm/llvm-project/commit/84033cff00e174932bc073fc741558011ad97ba9.diff
LOG: [TableGen] Remove unused declaration TimeRegions
The corresponding definition was removed by:
commit 54f9ee334114e9b494fc80978357d58295a48bd1
Author: Paul C. Anagnostopoulos <paul at windfall.com>
Date: Thu Oct 22 02:58:49 2020 -0400
Added:
Modified:
llvm/include/llvm/TableGen/TableGenBackend.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/TableGen/TableGenBackend.h b/llvm/include/llvm/TableGen/TableGenBackend.h
index 09e60cb3c203d..39f1e14bc9508 100644
--- a/llvm/include/llvm/TableGen/TableGenBackend.h
+++ b/llvm/include/llvm/TableGen/TableGenBackend.h
@@ -52,8 +52,6 @@ template <class EmitterC> class OptClass : Opt {
/// raw_ostream.
void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
-extern bool TimeRegions;
-
} // End llvm namespace
#endif
More information about the llvm-commits
mailing list