diff options
Diffstat (limited to 'llvm/docs')
-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 |