Brian implemented the vaarg instruction in the interpreter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-11-14 03:30:43 +00:00
parent 5158aaf20e
commit c99037d6d5

View 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>