Index: src/IceGlobalContext.h |
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h |
index 9c125492209b3c6280ab6a4fa10c32f9d48ea71f..fe71fa7d5761573796596f97214047cc8125b733 100644 |
--- a/src/IceGlobalContext.h |
+++ b/src/IceGlobalContext.h |
@@ -538,6 +538,8 @@ private: |
HasSeenCode = true; |
} |
+ void addBlockInfoPtrs(VariableDeclaration *ProfileBlockInfo); |
+ |
llvm::SmallVector<ThreadContext *, 128> AllThreadContexts; |
llvm::SmallVector<std::thread, 128> TranslationThreads; |
llvm::SmallVector<std::thread, 128> EmitterThreads; |