[llvm-commits] CVS: llvm/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Fri Jun 8 09:52:37 PDT 2007
Changes in directory llvm/docs:
LangRef.html updated: 1.251 -> 1.252
---
Log message:
wording fix noticed by Ivan Novick
---
Diffs of the changes: (+2 -2)
LangRef.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.251 llvm/docs/LangRef.html:1.252
--- llvm/docs/LangRef.html:1.251 Wed Jun 6 13:28:13 2007
+++ llvm/docs/LangRef.html Fri Jun 8 11:52:14 2007
@@ -698,7 +698,7 @@
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
@@ -4830,7 +4830,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/06/06 18:28:13 $
+ Last modified: $Date: 2007/06/08 16:52:14 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list