From 0c46a7d66688c6e38d59d17e302b8bcd354b04c5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 4 Oct 2008 18:10:21 +0000 Subject: [PATCH] notes are gone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57059 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index bba96240d84..94ef37b97a7 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -752,8 +752,7 @@ an optional linkage type, an optional name, a (possibly empty) argument list (each with optional parameter attributes), an optional section, an optional alignment, an optional garbage collector name, -an optional function notes, 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 "declare" keyword, an optional linkage type, an optional -- 2.34.1