From 9d3627ea27195534242ec8026a9b8c888b85bbba Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 11 Aug 2009 06:31:57 +0000 Subject: Remove dead metadata. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78651 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/ConstantsContext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/VMCore/ConstantsContext.h') diff --git a/lib/VMCore/ConstantsContext.h b/lib/VMCore/ConstantsContext.h index 2868f87fa4..f1d4b25e1b 100644 --- a/lib/VMCore/ConstantsContext.h +++ b/lib/VMCore/ConstantsContext.h @@ -572,6 +572,7 @@ private: public: // NOTE: This function is not locked. It is the caller's responsibility // to enforce proper synchronization. + typename MapTy::iterator map_begin() { return Map.begin(); } typename MapTy::iterator map_end() { return Map.end(); } /// InsertOrGetItem - Return an iterator for the specified element. -- cgit v1.2.3