diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ExceptionHandling.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html index c57776c..438edda 100644 --- a/docs/ExceptionHandling.html +++ b/docs/ExceptionHandling.html @@ -418,8 +418,7 @@ <div class="doc_text"> <pre> - i32 %<a href="#llvm_eh_selector">llvm.eh.selector.i32</a>(i8*, i8*, i8*, ...) - i64 %<a href="#llvm_eh_selector">llvm.eh.selector.i64</a>(i8*, i8*, i8*, ...) + i32 %<a href="#llvm_eh_selector">llvm.eh.selector</a>(i8*, i8*, i8*, ...) </pre> <p>This intrinsic is used to compare the exception with the given type infos, @@ -451,8 +450,7 @@ <div class="doc_text"> <pre> - i32 %<a href="#llvm_eh_typeid_for">llvm.eh.typeid.for.i32</a>(i8*) - i64 %<a href="#llvm_eh_typeid_for">llvm.eh.typeid.for.i64</a>(i8*) + i32 %<a href="#llvm_eh_typeid_for">llvm.eh.typeid.for</a>(i8*) </pre> <p>This intrinsic returns the type info index in the exception table of the |