From 2436eda94ac811d338a03c50ef82b66e37ddd56f Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 21 Nov 2003 16:09:42 +0000 Subject: [PATCH] Minor grammatical and punctuation corrections. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10126 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 fc1f9615c2a..6674be216d8 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -722,10 +722,10 @@ of memory, and all memory objects in LLVM are accessed through pointers.

-

LLVM functions definitions are composed of a (possibly empty) argument list, +

LLVM function definitions are composed of a (possibly empty) argument list, an opening curly brace, a list of basic blocks, and a closing curly brace. LLVM function declarations are defined with the "declare" keyword, a -function name and a function signature.

+function name, and a function signature.

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