[llvm-commits] [llvm] r42242 - /llvm/trunk/docs/GarbageCollection.html

Chris Lattner sabre at nondot.org
Sat Sep 22 16:41:15 PDT 2007


Author: lattner
Date: Sat Sep 22 18:41:15 2007
New Revision: 42242

URL: http://llvm.org/viewvc/llvm-project?rev=42242&view=rev
Log:
fix syntax

Modified:
    llvm/trunk/docs/GarbageCollection.html

Modified: llvm/trunk/docs/GarbageCollection.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GarbageCollection.html?rev=42242&r1=42241&r2=42242&view=diff

==============================================================================
--- llvm/trunk/docs/GarbageCollection.html (original)
+++ llvm/trunk/docs/GarbageCollection.html Sat Sep 22 18:41:15 2007
@@ -220,7 +220,7 @@
 <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





More information about the llvm-commits mailing list