1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Brian implemented the vaarg instruction in the interpreter.

llvm-svn: 9989
This commit is contained in:
Misha Brukman 2003-11-14 03:30:43 +00:00
parent 34b44fd809
commit dca4cf2820

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>