From 2bbe711c88ec4673b7b10aec57b44be630b3988a Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 24 Oct 2005 16:20:10 +0000 Subject: Fixed a grammar issue. llvm-svn: 23966 --- llvm/docs/BytecodeFormat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/BytecodeFormat.html') diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html index dd395306611..e767498d165 100644 --- a/llvm/docs/BytecodeFormat.html +++ b/llvm/docs/BytecodeFormat.html @@ -732,7 +732,7 @@ as shown in the following table.

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):

-- cgit v1.2.3