X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FInstruction.h;h=88f5ce1b2622ec176ed771422a0efec9ec3bdca1;hb=c8141dfc7f983cb04e65d8acd6bcbdc8e4b8a0ae;hp=45959ccc6e59acee127e3af07cfdbf17e9d2d0aa;hpb=a09e67af330d11f32c40f04b06c899746fc396ee;p=oota-llvm.git diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h index 45959ccc6e5..88f5ce1b262 100644 --- a/include/llvm/Instruction.h +++ b/include/llvm/Instruction.h @@ -189,7 +189,7 @@ private: void getAllMetadataImpl(SmallVectorImpl > &)const; void getAllMetadataOtherThanDebugLocImpl(SmallVectorImpl > &) const; - void removeAllMetadata(); + void clearMetadataHashEntries(); public: //===--------------------------------------------------------------------===// // Predicates and helper methods.