From: John Criswell Date: Mon, 24 Oct 2005 16:20:10 +0000 (+0000) Subject: Fixed a grammar issue. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=611a8d1b8a2d34e8d9b9ae8316549a188d1eccc6;p=oota-llvm.git Fixed a grammar issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23966 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index dd395306611..e767498d165 100644 --- a/docs/BytecodeFormat.html +++ b/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):