summaryrefslogtreecommitdiff
path: root/docs/ExceptionHandling.html
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-05-14 15:44:15 +0000
committerJim Grosbach <grosbach@apple.com>2009-05-14 15:44:15 +0000
commit06261cd8829201ebee21648d6ba9a6735f80725b (patch)
treeb33c3784dc6cde975634ef122bd9db506d59c203 /docs/ExceptionHandling.html
parentc082324e1940851f8db720d064d2b31915910d4e (diff)
downloadllvm-06261cd8829201ebee21648d6ba9a6735f80725b.tar.gz
llvm-06261cd8829201ebee21648d6ba9a6735f80725b.tar.bz2
llvm-06261cd8829201ebee21648d6ba9a6735f80725b.tar.xz
clean up line-wrapping
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71771 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ExceptionHandling.html')
-rw-r--r--docs/ExceptionHandling.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html
index 7676e09b27..56318a4aa6 100644
--- a/docs/ExceptionHandling.html
+++ b/docs/ExceptionHandling.html
@@ -416,15 +416,15 @@ a reference to a type info.</p>
for the current function and to store the address of the following instruction
for use as a destination address by <a href="#llvm_eh_sjlj_setjmp">
<tt>llvm.eh.sjlj.longjmp</tt></a>. The buffer format and the overall functioning
-of this intrinsic is compatible with the GCC <tt>__builtin_setjmp</tt> implementation,
-allowing code built with the two compilers to interoperate.</p>
+of this intrinsic is compatible with the GCC <tt>__builtin_setjmp</tt>
+implementation, allowing code built with the two compilers to interoperate.</p>
<p>The single parameter is a pointer to a five word buffer in which the
calling context is saved. The front end places the frame pointer in the
first word, and the target implementation of this intrinsic should place the
destination address for a <a href="#llvm_eh_sjlj_longjmp"><tt>
- llvm.eh.sjlj.longjmp</tt></a> in the second word. The following three words are available for use in a
-target-specific manner.</p>
+llvm.eh.sjlj.longjmp</tt></a> in the second word. The following three words
+are available for use in a target-specific manner.</p>
<!-- ======================================================================= -->
<div class="doc_section">