From 527241b35e3d305b91f4dcb963740df9f3d3332f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 15 Aug 2009 20:07:42 +0000 Subject: Fix validation errors. llvm-svn: 79130 --- llvm/docs/ExceptionHandling.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'llvm/docs') diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html index 166fe4cf11d..cf6a467bf0b 100644 --- a/llvm/docs/ExceptionHandling.html +++ b/llvm/docs/ExceptionHandling.html @@ -362,10 +362,10 @@
+
-i8* %llvm.eh.exception( )
+  i8* %llvm.eh.exception( )
 
-

This intrinsic returns a pointer to the exception structure.

@@ -377,11 +377,11 @@ i8* %llvm.eh.exception( )
+
-i32 %llvm.eh.selector.i32(i8*, i8*, i8*, ...)
-i64 %llvm.eh.selector.i64(i8*, i8*, i8*, ...)
+  i32 %llvm.eh.selector.i32(i8*, i8*, i8*, ...)
+  i64 %llvm.eh.selector.i64(i8*, i8*, i8*, ...)
 
-

This intrinsic is used to compare the exception with the given type infos, filters and cleanups.

@@ -429,10 +429,10 @@ i64 %llvm.eh.typeid.for.i64(i8*)
+
-i32 %llvm.eh.sjlj.setjmp(i8*)
+  i32 %llvm.eh.sjlj.setjmp(i8*)
 
-

The SJLJ exception handling uses this intrinsic to force register saving for the current function and to store the address of the following instruction @@ -458,10 +458,10 @@ i32 %llvm.eh.sjlj.setjmp(i8*)

+
-i8* %llvm.eh.sjlj.lsda( )
+  i8* %llvm.eh.sjlj.lsda( )
 
-

Used for SJLJ based exception handling, the llvm.eh.sjlj.lsda intrinsic returns the address of the Language @@ -477,10 +477,10 @@ i8* %llvm.eh.sjlj.lsda( )

+
-void %llvm.eh.sjlj.callsite(i32)
+  void %llvm.eh.sjlj.callsite(i32)
 
-

The SJLJ front-end allocates call site indices for invoke instrucitons. These values are passed to the back-end via the -- cgit v1.2.3