[llvm-commits] CVS: llvm/docs/ProgrammersManual.html
Chris Lattner
sabre at nondot.org
Sat Feb 3 00:00:07 PST 2007
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.110 -> 1.111
---
Log message:
close run-away tag
---
Diffs of the changes: (+2 -2)
ProgrammersManual.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.110 llvm/docs/ProgrammersManual.html:1.111
--- llvm/docs/ProgrammersManual.html:1.110 Sat Feb 3 01:59:07 2007
+++ llvm/docs/ProgrammersManual.html Sat Feb 3 01:59:51 2007
@@ -904,7 +904,7 @@
<div class="doc_text">
<p>If you have a set-like datastructure that is usually small and whose elements
-are reasonably small, a <tt>SmallSet<Type, N> is a good choice. This set
+are reasonably small, a <tt>SmallSet<Type, N></tt> is a good choice. This set
has space for N elements in place (thus, if the set is dynamically smaller than
N, no malloc traffic is required) and access them with a simple linear search.
When the set grows beyond 'N', it allocates a more expensive representation that
@@ -2989,7 +2989,7 @@
<a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/02/03 07:59:07 $
+ Last modified: $Date: 2007/02/03 07:59:51 $
</address>
</body>
More information about the llvm-commits
mailing list