summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GarbageCollection.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-09 05:03:54 +0000
committerChris Lattner <sabre@nondot.org>2004-07-09 05:03:54 +0000
commit3e5d2a655e861eecaec64cb12e1fb93aba01651a (patch)
tree3b4f5b7a8599efb807cf42792f8d8c00f25f097d /llvm/docs/GarbageCollection.html
parent2cb4f45a1d5a7b13e605bbf83477a61b2963baf7 (diff)
downloadbcm5719-llvm-3e5d2a655e861eecaec64cb12e1fb93aba01651a.tar.gz
bcm5719-llvm-3e5d2a655e861eecaec64cb12e1fb93aba01651a.zip
Fix Validation bugs
llvm-svn: 14715
Diffstat (limited to 'llvm/docs/GarbageCollection.html')
-rw-r--r--llvm/docs/GarbageCollection.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/llvm/docs/GarbageCollection.html b/llvm/docs/GarbageCollection.html
index 3263fc624b0..744279bdf31 100644
--- a/llvm/docs/GarbageCollection.html
+++ b/llvm/docs/GarbageCollection.html
@@ -36,6 +36,7 @@
<li><a href="#gcimpls">GC implementations available</a>
<ul>
<li><a href="#semispace">SemiSpace - A simple copying garbage collector</a></li>
+ </ul>
</li>
<!--
@@ -360,11 +361,15 @@ as a parameter in the future, if needed.
<!-- ======================================================================= -->
<div class="doc_subsection">
- <a name="callbacks">Callback functions used to implement the garbage collector</a></li>
+ <a name="callbacks">Callback functions used to implement the garbage collector</a>
</div>
+<div class="doc_text">
+<p>
Garbage collector implementations make use of call-back functions that are
implemented by other parts of the LLVM system.
+</p>
+</div>
<!--_________________________________________________________________________-->
<div class="doc_subsubsection">
@@ -460,7 +465,7 @@ collector, etc), or you could choose to improve one of the existing algorithms.
<!-- ======================================================================= -->
<div class="doc_subsection">
- <a name="semispace">SemiSpace - A simple copying garbage collector</a></li>
+ <a name="semispace">SemiSpace - A simple copying garbage collector</a>
</div>
<div class="doc_text">
OpenPOWER on IntegriCloud