From 16e298f98024bcff5c7219a96cac216114c30dad Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 21 Jul 2009 20:13:12 +0000 Subject: Privatize the first of the value maps. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76634 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/LLVMContext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/llvm/LLVMContext.h') diff --git a/include/llvm/LLVMContext.h b/include/llvm/LLVMContext.h index 5ec3345..0d0b662 100644 --- a/include/llvm/LLVMContext.h +++ b/include/llvm/LLVMContext.h @@ -272,6 +272,7 @@ public: // Methods for erasing constants void erase(MDString *M); void erase(MDNode *M); + void erase(ConstantAggregateZero *Z); }; /// FOR BACKWARDS COMPATIBILITY - Returns a global context. -- cgit v1.1