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 | f23e9716274f6e63ee5442f59dd5fbe18a2ca8a5 (patch) | |
tree | ff72f449967a5ed1284d2e509c00311049628908 /llvm/docs/BytecodeFormat.html | |
parent | dd24d7c477fbe353ff00c44d6e0142cb23176f74 (diff) | |
download | bcm5719-llvm-f23e9716274f6e63ee5442f59dd5fbe18a2ca8a5.tar.gz bcm5719-llvm-f23e9716274f6e63ee5442f59dd5fbe18a2ca8a5.zip |
Updated bytecode version numbers.
llvm-svn: 23972
Diffstat (limited to 'llvm/docs/BytecodeFormat.html')
-rw-r--r-- | llvm/docs/BytecodeFormat.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html index e767498d165..67ed8ba7c4a 100644 --- a/llvm/docs/BytecodeFormat.html +++ b/llvm/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 |