diff options
author | Chris Lattner <sabre@nondot.org> | 2007-09-22 23:41:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-09-22 23:41:15 +0000 |
commit | 0af05911439714af652317c6ab21a022ad7b3891 (patch) | |
tree | ae8d7606a57a4c2f3f15d870765e5643d8d16642 /llvm/docs/GarbageCollection.html | |
parent | 6ab5c57663795f0c21f76183b99bd77612718a16 (diff) | |
download | bcm5719-llvm-0af05911439714af652317c6ab21a022ad7b3891.tar.gz bcm5719-llvm-0af05911439714af652317c6ab21a022ad7b3891.zip |
fix syntax
llvm-svn: 42242
Diffstat (limited to 'llvm/docs/GarbageCollection.html')
-rw-r--r-- | llvm/docs/GarbageCollection.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GarbageCollection.html b/llvm/docs/GarbageCollection.html index df887f364fa..dc52a8b2efb 100644 --- a/llvm/docs/GarbageCollection.html +++ b/llvm/docs/GarbageCollection.html @@ -220,7 +220,7 @@ CodeBlock: <div class="doc_text"> <div class="doc_code"><tt> - void *%llvm_gc_allocate(unsigned %Size) + void *llvm_gc_allocate(unsigned Size) </tt></div> <p>The <tt>llvm_gc_allocate</tt> function is a global function defined by the |