From baa8ac1880bdca7ba02c2940581e399b2f03a323 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 9 Jul 2004 05:03:54 +0000 Subject: [PATCH] Fix Validation bugs llvm-svn: 14715 --- docs/GarbageCollection.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html index 3263fc624b0..744279bdf31 100644 --- a/docs/GarbageCollection.html +++ b/docs/GarbageCollection.html @@ -36,6 +36,7 @@
  • GC implementations available
  • - Callback functions used to implement the garbage collector + Callback functions used to implement the garbage collector
    +
    +

    Garbage collector implementations make use of call-back functions that are implemented by other parts of the LLVM system. +

    +
    @@ -460,7 +465,7 @@ collector, etc), or you could choose to improve one of the existing algorithms.