summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/ConstantsContext.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-08-11 06:31:57 +0000
committerDevang Patel <dpatel@apple.com>2009-08-11 06:31:57 +0000
commitc5aa8c6d29ab8ebfe508e61d01e91022a9cd7200 (patch)
treea80b33815d69e1c3897bbe3154f7b6d38c08880a /llvm/lib/VMCore/ConstantsContext.h
parentb39a5aa794d449d009585c16af21fa811c08b170 (diff)
downloadbcm5719-llvm-c5aa8c6d29ab8ebfe508e61d01e91022a9cd7200.tar.gz
bcm5719-llvm-c5aa8c6d29ab8ebfe508e61d01e91022a9cd7200.zip
Remove dead metadata.
llvm-svn: 78651
Diffstat (limited to 'llvm/lib/VMCore/ConstantsContext.h')
-rw-r--r--llvm/lib/VMCore/ConstantsContext.h1
1 files changed, 1 insertions, 0 deletions
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.
OpenPOWER on IntegriCloud