summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ExceptionHandling.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-09-27 20:16:57 +0000
committerBill Wendling <isanbard@gmail.com>2011-09-27 20:16:57 +0000
commitb762df58401a3f18fb1a1817b909a1f3d1ce60eb (patch)
tree6e8a3c5f4bb55935c7512c32afe28eb52f5b7f6a /llvm/docs/ExceptionHandling.html
parentb69f3694df0d6592ffd2601d9428de08d9bac83e (diff)
downloadbcm5719-llvm-b762df58401a3f18fb1a1817b909a1f3d1ce60eb.tar.gz
bcm5719-llvm-b762df58401a3f18fb1a1817b909a1f3d1ce60eb.zip
Remove incorrect passage.
llvm-svn: 140631
Diffstat (limited to 'llvm/docs/ExceptionHandling.html')
-rw-r--r--llvm/docs/ExceptionHandling.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html
index 95db367de43..b378deb0071 100644
--- a/llvm/docs/ExceptionHandling.html
+++ b/llvm/docs/ExceptionHandling.html
@@ -361,14 +361,10 @@
<div>
<p>The unwinder delegates the decision of whether to stop in a call frame to
- that call frame's language-specific personality function. Not all personality
- functions guarantee that they will stop to perform cleanups. For example, the
- GNU C++ personality function doesn't do so unless the exception is actually
- caught somewhere further up the stack. When using this personality to
- implement EH for a language that guarantees that cleanups will always be run
- (e.g. Ada), be sure to indicate a catch-all in the
- <a href="LangRef.html#i_landingpad"><tt>landingpad</tt> instruction</a>
- rather than just cleanups.</p>
+ that call frame's language-specific personality function. Not all unwinders
+ guarantee that they will stop to perform cleanups. For example, the GNU C++
+ unwinder doesn't do so unless the exception is actually caught somewhere
+ further up the stack.</p>
<p>In order for inlining to behave correctly, landing pads must be prepared to
handle selector results that they did not originally advertise. Suppose that
OpenPOWER on IntegriCloud