From 508b19a5a41a4b82be4ae71e6ea5c691bea99b96 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 29 Dec 2009 07:44:16 +0000 Subject: remove some unneeded Metadata interfaces. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92252 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instruction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/llvm/Instruction.h') diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h index b5d5510d7c..d7161cf3f2 100644 --- a/include/llvm/Instruction.h +++ b/include/llvm/Instruction.h @@ -160,6 +160,7 @@ private: MDNode *getMetadataImpl(unsigned KindID) const; MDNode *getMetadataImpl(const char *Kind) const; void getAllMetadataImpl(SmallVectorImpl > &)const; + void removeAllMetadata(); public: //===--------------------------------------------------------------------===// // Predicates and helper methods. -- cgit v1.2.3