From c5aa8c6d29ab8ebfe508e61d01e91022a9cd7200 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 11 Aug 2009 06:31:57 +0000 Subject: Remove dead metadata. llvm-svn: 78651 --- llvm/lib/VMCore/ConstantsContext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/VMCore/ConstantsContext.h') diff --git a/llvm/lib/VMCore/ConstantsContext.h b/llvm/lib/VMCore/ConstantsContext.h index 2868f87fa4a..f1d4b25e1bc 100644 --- a/llvm/lib/VMCore/ConstantsContext.h +++ b/llvm/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