Brian implemented the vaarg instruction in the interpreter.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 14 Nov 2003 03:30:43 +0000 (03:30 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 14 Nov 2003 03:30:43 +0000 (03:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9989 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 0613e389280e75ae27f499d4fb7d9a71c3dc6597..92fe1b1c5070571ae0e5a4b9a097485de5c1fb88 100644 (file)
@@ -84,6 +84,10 @@ In this release, the following missing features were implemented:<p>
 <ol>
 <li><a href="http://llvm.cs.uiuc.edu/PR88">The interpreter does not support
 invoke or unwind</a></li>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR99">Interpreter does not support the
+<tt>vaarg</tt> instruction</a></li><p>
+
 </ol><p>
 
 In this release, the following Quality of Implementation issues were fixed:<p>