From 6bfd4f49b9acb76da9e2a86c59e283b220b333d2 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 9 Dec 2010 23:05:48 +0000 Subject: [PATCH] Fix the prototype for the llvm.eh.selector intrinsic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121425 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ExceptionHandling.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html index 41be8ab23bd..d597ffb3c8b 100644 --- a/docs/ExceptionHandling.html +++ b/docs/ExceptionHandling.html @@ -420,7 +420,7 @@
-  i32 %llvm.eh.selector(i8*, i8*, i8*, ...)
+  i32 %llvm.eh.selector(i8*, i8*, ...)
 

This intrinsic is used to compare the exception with the given type infos,