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
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0613e38..92fe1b1 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -84,6 +84,10 @@
 <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>