Add link to exception handling.

llvm-svn: 35102
This commit is contained in:
Jim Laskey 2007-03-14 19:31:19 +00:00
parent 7248e711bd
commit 2211f496ff

View File

@ -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 @@ Debugging</a> document.
</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>