[llvm-commits] CVS: llvm/docs/BytecodeFormat.html
John Criswell
criswell at cs.uiuc.edu
Mon Oct 24 09:20:25 PDT 2005
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.41 -> 1.42
---
Log message:
Fixed a grammar issue.
---
Diffs of the changes: (+2 -2)
BytecodeFormat.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.41 llvm/docs/BytecodeFormat.html:1.42
--- llvm/docs/BytecodeFormat.html:1.41 Fri May 13 20:30:15 2005
+++ llvm/docs/BytecodeFormat.html Mon Oct 24 11:20:10 2005
@@ -732,7 +732,7 @@
</table>
<p>
Of particular note, the bytecode format number is simply a 28-bit
-monotonically increase integer that identifies the version of the bytecode
+monotonically increasing integer that identifies the version of the bytecode
format (which is not directly related to the LLVM release number). The
bytecode versions defined so far are (note that this document only
describes the latest version, 1.3):</p>
@@ -1935,7 +1935,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and <a
href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2005/05/14 01:30:15 $
+Last modified: $Date: 2005/10/24 16:20:10 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list