Add VANext and VAArg stubs.
[oota-llvm.git] / docs / CompilerDriver.html
index a0579bc97372ac0396a40f9e6eec8229e677a71a..0c514e81a99c6676f6387ea3325a602733c1002d 100644 (file)
@@ -336,6 +336,8 @@ optimization.</p>
   and linker. Note that a given source language needn't provide all these tools
   as many of them exist in llvm currently.</p>
 </div>
+
+<!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection"><a name="dirsearch">Directory Search</a></div>
 <div class="doc_text">
   <p><tt>llvmc</tt> always looks for files of a specific name. It uses the
@@ -556,7 +558,7 @@ optimization.</p>
         <td><b>optimizer.output</b></td>
         <td><tt>bytecode</tt> or <tt>assembly</tt></td>
         <td class="td_left">This item specifies the kind of output the language's 
-          optimizer generates. Valid values are "assembly" and "bytecode"<td>
+          optimizer generates. Valid values are "assembly" and "bytecode"</td>
         <td><tt>bytecode</tt></td>
       </tr>
       <tr>
@@ -748,7 +750,7 @@ optimization.</p>
 ##########################################################
   assembler.command=llc %in% -o %out% %target% %time% %stats%
 </tt></pre>
-  
+</div> 
 
 <!-- *********************************************************************** -->
 <div class="doc_section"><a name="glossary">Glossary</a></div>