Rename removeAllMetadata to clearMetadataHashEntries and simplify
[oota-llvm.git] / include / llvm / Instruction.h
index 45959ccc6e59acee127e3af07cfdbf17e9d2d0aa..88f5ce1b2622ec176ed771422a0efec9ec3bdca1 100644 (file)
@@ -189,7 +189,7 @@ private:
   void getAllMetadataImpl(SmallVectorImpl<std::pair<unsigned,MDNode*> > &)const;
   void getAllMetadataOtherThanDebugLocImpl(SmallVectorImpl<std::pair<unsigned,
                                            MDNode*> > &) const;
-  void removeAllMetadata();
+  void clearMetadataHashEntries();
 public:
   //===--------------------------------------------------------------------===//
   // Predicates and helper methods.