summaryrefslogtreecommitdiff
path: root/include/llvm/LLVMContext.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-16 23:44:30 +0000
committerOwen Anderson <resistor@mac.com>2009-07-16 23:44:30 +0000
commitce032b483ca96093b84f69178cdb2d047e124332 (patch)
tree786a371b3156bf0711bb6843d058d1392f268977 /include/llvm/LLVMContext.h
parentb8e9ac834a9c253e3f8f5caa8f229bafba0b4fcf (diff)
downloadllvm-ce032b483ca96093b84f69178cdb2d047e124332.tar.gz
llvm-ce032b483ca96093b84f69178cdb2d047e124332.tar.bz2
llvm-ce032b483ca96093b84f69178cdb2d047e124332.tar.xz
Privatize the MDNode uniquing table.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76126 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 75789182f6..d4cd891d8a 100644
--- a/include/llvm/LLVMContext.h
+++ b/include/llvm/LLVMContext.h
@@ -271,6 +271,7 @@ public:
// Methods for erasing constants
void erase(MDString *M);
+ void erase(MDNode *M);
};
/// FOR BACKWARDS COMPATIBILITY - Returns a global context.