diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-08-15 20:07:42 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-08-15 20:07:42 +0000 |
commit | 527241b35e3d305b91f4dcb963740df9f3d3332f (patch) | |
tree | 8ac4b61533fb8218f1de42ca07a9d20c3e3a86d0 /llvm/docs | |
parent | e99c9c5b60788d7f42b761362dbd6dbd5a05e4d2 (diff) | |
download | bcm5719-llvm-527241b35e3d305b91f4dcb963740df9f3d3332f.tar.gz bcm5719-llvm-527241b35e3d305b91f4dcb963740df9f3d3332f.zip |
Fix validation errors.
llvm-svn: 79130
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ExceptionHandling.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html index 166fe4cf11d..cf6a467bf0b 100644 --- a/llvm/docs/ExceptionHandling.html +++ b/llvm/docs/ExceptionHandling.html @@ -362,10 +362,10 @@ </div> <div class="doc_text"> + <pre> -i8* %<a href="#llvm_eh_exception">llvm.eh.exception</a>( ) + i8* %<a href="#llvm_eh_exception">llvm.eh.exception</a>( ) </pre> -</div> <p>This intrinsic returns a pointer to the exception structure.</p> @@ -377,11 +377,11 @@ i8* %<a href="#llvm_eh_exception">llvm.eh.exception</a>( ) </div> <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.i32</a>(i8*, i8*, i8*, ...) + i64 %<a href="#llvm_eh_selector">llvm.eh.selector.i64</a>(i8*, i8*, i8*, ...) </pre> -</div> <p>This intrinsic is used to compare the exception with the given type infos, filters and cleanups.</p> @@ -429,10 +429,10 @@ i64 %<a href="#llvm_eh_typeid_for">llvm.eh.typeid.for.i64</a>(i8*) </div> <div class="doc_text"> + <pre> -i32 %<a href="#llvm_eh_sjlj_setjmp">llvm.eh.sjlj.setjmp</a>(i8*) + i32 %<a href="#llvm_eh_sjlj_setjmp">llvm.eh.sjlj.setjmp</a>(i8*) </pre> -</div> <p>The SJLJ exception handling uses this intrinsic to force register saving for the current function and to store the address of the following instruction @@ -458,10 +458,10 @@ i32 %<a href="#llvm_eh_sjlj_setjmp">llvm.eh.sjlj.setjmp</a>(i8*) </div> <div class="doc_text"> + <pre> -i8* %<a href="#llvm_eh_sjlj_lsda">llvm.eh.sjlj.lsda</a>( ) + i8* %<a href="#llvm_eh_sjlj_lsda">llvm.eh.sjlj.lsda</a>( ) </pre> -</div> <p>Used for SJLJ based exception handling, the <a href="#llvm_eh_sjlj_lsda"> <tt>llvm.eh.sjlj.lsda</tt></a> intrinsic returns the address of the Language @@ -477,10 +477,10 @@ i8* %<a href="#llvm_eh_sjlj_lsda">llvm.eh.sjlj.lsda</a>( ) </div> <div class="doc_text"> + <pre> -void %<a href="#llvm_eh_sjlj_callsite">llvm.eh.sjlj.callsite</a>(i32) + void %<a href="#llvm_eh_sjlj_callsite">llvm.eh.sjlj.callsite</a>(i32) </pre> -</div> <p>The SJLJ front-end allocates call site indices for invoke instrucitons. These values are passed to the back-end via the |