From e754abea467fed5bbc4f53c4e0a989bb4df7240f Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Mon, 10 Dec 2007 03:30:21 +0000 Subject: [PATCH] Fix a typo spotted by Nick Lewycky. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44774 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 80817e28dcc..5d20a76fdfe 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -703,7 +703,7 @@ an optional linkage type, an optional parameter attribute for the return type, a function name, a (possibly empty) argument list (each with optional parameter attributes), an optional section, an -optional alignment, an optional garbage collector name, an +optional alignment, an optional garbage collector name, an opening curly brace, a list of basic blocks, and a closing curly brace. LLVM function declarations consist of the "declare" keyword, an @@ -712,7 +712,7 @@ optional linkage type, an optional calling convention, a return type, an optional parameter attribute for the return type, a function name, a possibly empty list of arguments, an optional alignment, and an optional -garbage collector name.

+garbage collector name.

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 -- 2.34.1