summaryrefslogtreecommitdiff
path: root/include/llvm/LLVMContext.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-21 20:13:12 +0000
committerOwen Anderson <resistor@mac.com>2009-07-21 20:13:12 +0000
commit16e298f98024bcff5c7219a96cac216114c30dad (patch)
tree55acff96b5d4269c41ac5560af928728332265ba /include/llvm/LLVMContext.h
parentb3e717192635873a0d8491fc45ddb64c0e4bda15 (diff)
downloadllvm-16e298f98024bcff5c7219a96cac216114c30dad.tar.gz
llvm-16e298f98024bcff5c7219a96cac216114c30dad.tar.bz2
llvm-16e298f98024bcff5c7219a96cac216114c30dad.tar.xz
Privatize the first of the value maps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76634 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 5ec33453db..0d0b6624dc 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.