[llvm-commits] [llvm] r44774 - /llvm/trunk/docs/LangRef.html

Gordon Henriksen gordonhenriksen at mac.com
Sun Dec 9 19:30:21 PST 2007


Author: gordon
Date: Sun Dec  9 21:30:21 2007
New Revision: 44774

URL: http://llvm.org/viewvc/llvm-project?rev=44774&view=rev
Log:
Fix a typo spotted by Nick Lewycky.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=44774&r1=44773&r2=44774&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sun Dec  9 21:30:21 2007
@@ -703,7 +703,7 @@
 <a href="#paramattrs">parameter attribute</a> for the return type, a function 
 name, a (possibly empty) argument list (each with optional 
 <a href="#paramattrs">parameter attributes</a>), an optional section, an
-optional alignment, an optional <a href="gc">garbage collector name</a>, an
+optional alignment, an optional <a href="#gc">garbage collector name</a>, an
 opening curly brace, a list of basic blocks, and a closing curly brace.
 
 LLVM function declarations consist of the "<tt>declare</tt>" keyword, an
@@ -712,7 +712,7 @@
 <a href="#callingconv">calling convention</a>, a return type, an optional
 <a href="#paramattrs">parameter attribute</a> for the return type, a function 
 name, a possibly empty list of arguments, an optional alignment, and an optional
-<a href="gc">garbage collector name</a>.</p>
+<a href="#gc">garbage collector name</a>.</p>
 
 <p>A function definition contains a list of basic blocks, forming the CFG for
 the function.  Each basic block may optionally start with a label (giving the





More information about the llvm-commits mailing list