Changes in directory llvm/docs:
LangRef.html updated: 1.209 -> 1.210 --- Log message: Add link to exception handling. --- Diffs of the changes: (+15 -1) LangRef.html | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletion(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.209 llvm/docs/LangRef.html:1.210 --- llvm/docs/LangRef.html:1.209 Mon Feb 19 17:54:10 2007 +++ llvm/docs/LangRef.html Wed Mar 14 14:31:19 2007 @@ -187,6 +187,7 @@ </ol> </li> <li><a href="#int_debugger">Debugger intrinsics</a></li> + <li><a href="#int_eh">Exception Handling intrinsics</a></li> </ol> </li> </ol> @@ -4575,6 +4576,19 @@ </div> +<!-- ======================================================================= --> +<div class="doc_subsection"> + <a name="int_eh">Exception Handling Intrinsics</a> +</div> + +<div class="doc_text"> +<p> The LLVM exception handling intrinsics (which all start with +<tt>llvm.eh.</tt> prefix), are described in the <a +href="ExceptionHandling.html#format_common_intrinsics">LLVM Exception +Handling</a> document. </p> +</div> + + <!-- *********************************************************************** --> <hr> <address> @@ -4585,7 +4599,7 @@ <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2007/02/19 23:54:10 $ + Last modified: $Date: 2007/03/14 19:31:19 $ </address> </body> </html> _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits