summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-12-09 23:05:48 +0000
committerBill Wendling <isanbard@gmail.com>2010-12-09 23:05:48 +0000
commit6bfd4f49b9acb76da9e2a86c59e283b220b333d2 (patch)
treeae30c0bdb817e0ca8002ab59b2a122a94fe577d7 /docs
parent272df516d7a9b1f0f69174276abaa759816ee456 (diff)
downloadllvm-6bfd4f49b9acb76da9e2a86c59e283b220b333d2.tar.gz
llvm-6bfd4f49b9acb76da9e2a86c59e283b220b333d2.tar.bz2
llvm-6bfd4f49b9acb76da9e2a86c59e283b220b333d2.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ExceptionHandling.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html
index 41be8ab23b..d597ffb3c8 100644
--- a/docs/ExceptionHandling.html
+++ b/docs/ExceptionHandling.html
@@ -420,7 +420,7 @@
<div class="doc_text">
<pre>
- i32 %<a href="#llvm_eh_selector">llvm.eh.selector</a>(i8*, i8*, i8*, ...)
+ i32 %<a href="#llvm_eh_selector">llvm.eh.selector</a>(i8*, i8*, ...)
</pre>
<p>This intrinsic is used to compare the exception with the given type infos,