diff options
author | John Criswell <criswell@uiuc.edu> | 2005-10-24 17:10:57 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-10-24 17:10:57 +0000 |
commit | 1d9be9e395601c98bbec690cbb2876218398751b (patch) | |
tree | 4c6715e136fc03561b8788aebc17ad899334e2c0 /docs/BytecodeFormat.html | |
parent | 0b81cdae50127aa0b987b850d03500112092d1d5 (diff) |
Updated bytecode version numbers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23972 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r-- | docs/BytecodeFormat.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index e767498d16..67ed8ba7c4 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -740,7 +740,9 @@ describes the latest version, 1.3):</p> <li>#0: LLVM 1.0 & 1.1</li> <li>#1: LLVM 1.2</li> <li>#2: LLVM 1.2.5 (not released)</li> - <li>#3: LLVM 1.3<br> + <li>#3: LLVM 1.3</li> + <li>#4: LLVM 1.3.x (not released)</li> + <li>#5: LLVM 1.4, 1.5, 1.6</li> </li> </ul> <p>Note that we plan to eventually expand the target description |