aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/LLVMContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/LLVMContext.h b/include/llvm/LLVMContext.h
index f5916c4..d74fa11 100644
--- a/include/llvm/LLVMContext.h
+++ b/include/llvm/LLVMContext.h
@@ -30,7 +30,7 @@ struct LLVMContextImpl;
/// to have one context per thread.
struct LLVMContext {
LLVMContextImpl* pImpl;
-
+ bool RemoveDeadMetadata();
LLVMContext();
~LLVMContext();
};