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&lt;Type, N&gt; is a good choice.  This set
+are reasonably small, a <tt>SmallSet&lt;Type, N&gt;</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:[EMAIL PROTECTED]">Dinakar Dhurjati</a> and
   <a href="mailto:[EMAIL PROTECTED]">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>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to