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

Chris Lattner sabre at nondot.org
Sat Oct 4 11:10:21 PDT 2008


Author: lattner
Date: Sat Oct  4 13:10:21 2008
New Revision: 57059

URL: http://llvm.org/viewvc/llvm-project?rev=57059&view=rev
Log:
notes are gone.

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=57059&r1=57058&r2=57059&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sat Oct  4 13:10:21 2008
@@ -752,8 +752,7 @@
 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 <a href="#notes">function notes</a>, an
-opening curly brace, a list of basic blocks, and a closing curly brace.
+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
 optional <a href="#linkage">linkage type</a>, an optional





More information about the llvm-commits mailing list