diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-04 18:10:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-04 18:10:21 +0000 |
commit | 0c46a7d66688c6e38d59d17e302b8bcd354b04c5 (patch) | |
tree | 9d2cbfbef4d649eaf1767a66d03f10778246e132 | |
parent | e940f3e6bbce1575d137df97f26e4df00a3877b7 (diff) |
notes are gone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57059 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LangRef.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index bba96240d8..94ef37b97a 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -752,8 +752,7 @@ an optional <a href="#linkage">linkage type</a>, an optional 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 |