summaryrefslogtreecommitdiff
path: root/llvm/include
diff options
context:
space:
mode:
authormingmingl <mingmingl@google.com>2025-10-06 23:45:27 -0700
committermingmingl <mingmingl@google.com>2025-10-07 00:10:26 -0700
commit4ead381c76adfef914463426d72a6e318e833352 (patch)
treed68862e6865c3999a6b2842c1dfbbe70685d43e6 /llvm/include
parentbc8e67a42de1f2b22cdde0dd186d505d2c15d1ec (diff)
simplify test. The next step is to add debug logusers/mingmingl-llvm/annotator-backupusers/mingmingl-llvm/annotator
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Analysis/StaticDataProfileInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/Analysis/StaticDataProfileInfo.h b/llvm/include/llvm/Analysis/StaticDataProfileInfo.h
index fbbc13a148ff..5bd2ae18fefe 100644
--- a/llvm/include/llvm/Analysis/StaticDataProfileInfo.h
+++ b/llvm/include/llvm/Analysis/StaticDataProfileInfo.h
@@ -10,6 +10,8 @@
namespace llvm {
+bool IsReservedGlobalVariable(const GlobalVariable &GV);
+
/// A class that holds the constants that represent static data and their
/// profile information and provides methods to operate on them.
class StaticDataProfileInfo {