summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ExceptionHandling.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-09-10 22:12:50 +0000
committerBill Wendling <isanbard@gmail.com>2009-09-10 22:12:50 +0000
commit33b693f52bf01edbfd046b038adb63e5a573ce98 (patch)
tree89f8cdd99336229f5b50d34df7ac82095a8484a1 /llvm/docs/ExceptionHandling.html
parent39f51320cad0a96ec6577d107f3de3f155ad179c (diff)
downloadbcm5719-llvm-33b693f52bf01edbfd046b038adb63e5a573ce98.tar.gz
bcm5719-llvm-33b693f52bf01edbfd046b038adb63e5a573ce98.zip
Fix validation errors.
llvm-svn: 81465
Diffstat (limited to 'llvm/docs/ExceptionHandling.html')
-rw-r--r--llvm/docs/ExceptionHandling.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html
index ded9b36f155..6f5a35c6b63 100644
--- a/llvm/docs/ExceptionHandling.html
+++ b/llvm/docs/ExceptionHandling.html
@@ -295,15 +295,17 @@
<li><tt>__cxa_begin_catch</tt> takes a exception structure reference as an
argument and returns the value of the exception object.</li>
- <li><tt>__cxa_end_catch</tt> takes no arguments. This function
- <ul>Locates the most recently caught exception and decrements its handler
- count.</ul>
- <ul>Removes the exception from the "caught" stack if the handler count goes
- to zero.</ul>
- <ul>Destroys the exception if the handler count goes to zero, and the
- exception was not re-thrown by throw.</ul>
- Note: a rethrow from within the catch may replace this call with
- a <tt>__cxa_rethrow</tt>.</li>
+ <li><tt>__cxa_end_catch</tt> takes no arguments. This function:
+ <p><ol>
+ <li>Locates the most recently caught exception and decrements its handler
+ count,</li>
+ <li>Removes the exception from the "caught" stack if the handler count
+ goes to zero, and</li>
+ <li>Destroys the exception if the handler count goes to zero, and the
+ exception was not re-thrown by throw.</li>
+ </ol></p>
+ <p>Note: a rethrow from within the catch may replace this call with
+ a <tt>__cxa_rethrow</tt>.</p></li>
</ul>
</div>
OpenPOWER on IntegriCloud