summaryrefslogtreecommitdiff
path: root/include/llvm/LLVMContext.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-24 00:36:24 +0000
committerOwen Anderson <resistor@mac.com>2009-07-24 00:36:24 +0000
commit5bd68393ed87bcedc53f5998f1af9c906f5a1b4e (patch)
tree235459cdde1f0a882a34eb024e72dce11b333e3b /include/llvm/LLVMContext.h
parentfbd6687cf1fb3408e8e34994f13e69c754e5c15e (diff)
downloadllvm-5bd68393ed87bcedc53f5998f1af9c906f5a1b4e.tar.gz
llvm-5bd68393ed87bcedc53f5998f1af9c906f5a1b4e.tar.bz2
llvm-5bd68393ed87bcedc53f5998f1af9c906f5a1b4e.tar.xz
Privatize the ConstantVector tables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76922 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/LLVMContext.h')
-rw-r--r--include/llvm/LLVMContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/LLVMContext.h b/include/llvm/LLVMContext.h
index 53b0868ec2..a2fa569ce5 100644
--- a/include/llvm/LLVMContext.h
+++ b/include/llvm/LLVMContext.h
@@ -276,6 +276,7 @@ public:
void erase(ConstantAggregateZero *Z);
void erase(ConstantArray *Z);
void erase(ConstantStruct *S);
+ void erase(ConstantVector *V);
// RAUW helpers
Constant *replaceUsesOfWithOnConstant(ConstantArray *CA,