diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-06-08 16:52:14 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-06-08 16:52:14 +0000 |
| commit | a59fb10de86743c0516293d01605bec5d7fb726b (patch) | |
| tree | fc06d2549dc0756b689517331955d27fb74e8646 /llvm/docs/LangRef.html | |
| parent | 7783f82e21bc9a08554f21823892948775eccca7 (diff) | |
| download | bcm5719-llvm-a59fb10de86743c0516293d01605bec5d7fb726b.tar.gz bcm5719-llvm-a59fb10de86743c0516293d01605bec5d7fb726b.zip | |
wording fix noticed by Ivan Novick
llvm-svn: 37519
Diffstat (limited to 'llvm/docs/LangRef.html')
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 1c587f88e62..e8813d2751b 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -698,7 +698,7 @@ basic block a symbol table entry), contains a list of instructions, and ends with a <a href="#terminators">terminator</a> instruction (such as a branch or function return).</p> -<p>The first basic block in a program is special in two ways: it is immediately +<p>The first basic block in a function is special in two ways: it is immediately executed on entrance to the function, and it is not allowed to have predecessor basic blocks (i.e. there can not be any branches to the entry block of a function). Because the block can have no predecessors, it also cannot have any |

