summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GarbageCollection.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-09-22 23:41:15 +0000
committerChris Lattner <sabre@nondot.org>2007-09-22 23:41:15 +0000
commit0af05911439714af652317c6ab21a022ad7b3891 (patch)
treeae8d7606a57a4c2f3f15d870765e5643d8d16642 /llvm/docs/GarbageCollection.html
parent6ab5c57663795f0c21f76183b99bd77612718a16 (diff)
downloadbcm5719-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.html2
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
OpenPOWER on IntegriCloud