From: Chris Lattner Date: Sat, 22 Sep 2007 23:41:15 +0000 (+0000) Subject: fix syntax X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e5024b7bc296d8089d97ab52f8c0180b963258c9;p=oota-llvm.git fix syntax git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42242 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html index df887f364fa..dc52a8b2efb 100644 --- a/docs/GarbageCollection.html +++ b/docs/GarbageCollection.html @@ -220,7 +220,7 @@ CodeBlock:
- void *%llvm_gc_allocate(unsigned %Size) + void *llvm_gc_allocate(unsigned Size)

The llvm_gc_allocate function is a global function defined by the