aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-06-08 16:52:14 +0000
committerChris Lattner <sabre@nondot.org>2007-06-08 16:52:14 +0000
commit4a3c9019032d892008f868fa5f9a806dc4b783ce (patch)
tree2540b819b89d47b9a4ab26651a9981aea5abcf98 /docs
parentac5f142b9f80797a294b42ef65d5c4bfbdc168da (diff)
downloadexternal_llvm-4a3c9019032d892008f868fa5f9a806dc4b783ce.zip
external_llvm-4a3c9019032d892008f868fa5f9a806dc4b783ce.tar.gz
external_llvm-4a3c9019032d892008f868fa5f9a806dc4b783ce.tar.bz2
wording fix noticed by Ivan Novick
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 1c587f8..e8813d2 100644
--- a/docs/LangRef.html
+++ b/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