diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-12-09 23:05:48 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-12-09 23:05:48 +0000 |
commit | 2eeba63215803596826737d581e7dabf91e6aaa5 (patch) | |
tree | a09ca76b4b0bd6ce110a4ea96297b0867b951b17 /llvm/docs/ExceptionHandling.html | |
parent | b888acf4137bf95b4ca845a837260585696a50a5 (diff) | |
download | bcm5719-llvm-2eeba63215803596826737d581e7dabf91e6aaa5.tar.gz bcm5719-llvm-2eeba63215803596826737d581e7dabf91e6aaa5.zip |
Fix the prototype for the llvm.eh.selector intrinsic.
llvm-svn: 121425
Diffstat (limited to 'llvm/docs/ExceptionHandling.html')
-rw-r--r-- | llvm/docs/ExceptionHandling.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html index 41be8ab23bd..d597ffb3c8b 100644 --- a/llvm/docs/ExceptionHandling.html +++ b/llvm/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, |