diff options
Diffstat (limited to 'docs/ExceptionHandling.html')
-rw-r--r-- | docs/ExceptionHandling.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html index 2437ef15bd..bbc45656a4 100644 --- a/docs/ExceptionHandling.html +++ b/docs/ExceptionHandling.html @@ -404,7 +404,7 @@ <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> <p>This intrinsic returns a pointer to the exception structure.</p> @@ -518,7 +518,7 @@ <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> <p>Used for SJLJ based exception handling, the <a href="#llvm_eh_sjlj_lsda"> |