summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2009-10-22 20:23:43 +0000
committerJeffrey Yasskin <jyasskin@google.com>2009-10-22 20:23:43 +0000
commit66db004d7e3dad62310182b435ebde13fbc1efb4 (patch)
treecf35c06fdabe408bc893f9072ce0bc5f970869cc /llvm/docs/ProgrammersManual.html
parentb692a098c6ae6f28102249ed516915fa28e29136 (diff)
downloadbcm5719-llvm-66db004d7e3dad62310182b435ebde13fbc1efb4.tar.gz
bcm5719-llvm-66db004d7e3dad62310182b435ebde13fbc1efb4.zip
Revert r84890, which broke the linux build.
llvm-svn: 84892
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index e4e3dc29c30..68367de0bff 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -83,7 +83,6 @@ option</a></li>
<li><a href="#dss_stringmap">"llvm/ADT/StringMap.h"</a></li>
<li><a href="#dss_indexedmap">"llvm/ADT/IndexedMap.h"</a></li>
<li><a href="#dss_densemap">"llvm/ADT/DenseMap.h"</a></li>
- <li><a href="#dss_valuemap">"llvm/ADT/ValueMap.h"</a></li>
<li><a href="#dss_map">&lt;map&gt;</a></li>
<li><a href="#dss_othermap">Other Map-Like Container Options</a></li>
</ul></li>
@@ -1493,23 +1492,6 @@ inserted into the map) that it needs internally.</p>
<!-- _______________________________________________________________________ -->
<div class="doc_subsubsection">
- <a name="dss_valuemap">"llvm/ADT/ValueMap.h"</a>
-</div>
-
-<div class="doc_text">
-
-<p>
-ValueMap is a wrapper around a <a href="#dss_densemap">DenseMap</a> mapping
-Value*s (or subclasses) to another type. When a Value is deleted or RAUW'ed,
-ValueMap will update itself so the new version of the key is mapped to the same
-value, just as if the key were a WeakVH. You can configure exactly how this
-happens, and what else happens on these two events, by passing
-a <code>Config</code> parameter to the ValueMap template.</p>
-
-</div>
-
-<!-- _______________________________________________________________________ -->
-<div class="doc_subsubsection">
<a name="dss_map">&lt;map&gt;</a>
</div>
OpenPOWER on IntegriCloud