diff options
author | John Criswell <criswell@uiuc.edu> | 2003-11-21 16:09:42 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-11-21 16:09:42 +0000 |
commit | 2436eda94ac811d338a03c50ef82b66e37ddd56f (patch) | |
tree | 3226ec2c11f36f72dae97e7f1304590c69bf64e7 /docs/LangRef.html | |
parent | aa7411818c142c1cdb08dfb5eee1463051969332 (diff) | |
download | external_llvm-2436eda94ac811d338a03c50ef82b66e37ddd56f.zip external_llvm-2436eda94ac811d338a03c50ef82b66e37ddd56f.tar.gz external_llvm-2436eda94ac811d338a03c50ef82b66e37ddd56f.tar.bz2 |
Minor grammatical and punctuation corrections.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index fc1f961..6674be2 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.</p> <div class="doc_text"> -<p>LLVM functions definitions are composed of a (possibly empty) argument list, +<p>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 "<tt>declare</tt>" keyword, a -function name and a function signature.</p> +function name, and a function signature.</p> <p>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 |