From: Chris Lattner Date: Fri, 9 Jul 2004 05:03:54 +0000 (+0000) Subject: Fix Validation bugs X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0b02dbc24095c8d1e447653d478b93b8c01cf22c;p=oota-llvm.git Fix Validation bugs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14715 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.