From bf230bf5ccd073c85b7a19dcf899031415171cec Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 15 Aug 2009 20:08:04 +0000 Subject: [PATCH] Fix validation errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79131 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ExceptionHandling.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html index cf6a467bf0b..9eb868f4929 100644 --- a/docs/ExceptionHandling.html +++ b/docs/ExceptionHandling.html @@ -410,11 +410,11 @@
+
-i32 %llvm.eh.typeid.for.i32(i8*)
-i64 %llvm.eh.typeid.for.i64(i8*)
+  i32 %llvm.eh.typeid.for.i32(i8*)
+  i64 %llvm.eh.typeid.for.i64(i8*)
 
-

This intrinsic returns the type info index in the exception table of the current function. This value can be used to compare against the result -- 2.34.1