diff options
Diffstat (limited to 'docs/ExceptionHandling.html')
-rw-r--r-- | docs/ExceptionHandling.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html index 2c85574..d324c15 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"> @@ -619,7 +619,7 @@ <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2010-05-26 18:21:41 +0200 (Wed, 26 May 2010) $ + Last modified: $Date: 2010-05-28 19:07:41 +0200 (Fri, 28 May 2010) $ </address> </body> |