From 06261cd8829201ebee21648d6ba9a6735f80725b Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Thu, 14 May 2009 15:44:15 +0000 Subject: clean up line-wrapping git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71771 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ExceptionHandling.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/ExceptionHandling.html') 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.

for the current function and to store the address of the following instruction for use as a destination address by llvm.eh.sjlj.longjmp. The buffer format and the overall functioning -of this intrinsic is compatible with the GCC __builtin_setjmp implementation, -allowing code built with the two compilers to interoperate.

+of this intrinsic is compatible with the GCC __builtin_setjmp +implementation, allowing code built with the two compilers to interoperate.

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 - llvm.eh.sjlj.longjmp in the second word. The following three words are available for use in a -target-specific manner.

+llvm.eh.sjlj.longjmp in the second word. The following three words +are available for use in a target-specific manner.

-- cgit v1.2.3