Changes in directory llvm/docs:
ExceptionHandling.html updated: 1.2 -> 1.3 --- Log message: Correct typo. --- Diffs of the changes: (+2 -2) ExceptionHandling.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/ExceptionHandling.html diff -u llvm/docs/ExceptionHandling.html:1.2 llvm/docs/ExceptionHandling.html:1.3 --- llvm/docs/ExceptionHandling.html:1.2 Fri Mar 30 07:22:09 2007 +++ llvm/docs/ExceptionHandling.html Sat Apr 14 07:30:27 2007 @@ -186,7 +186,7 @@ <div class="doc_text"> -<p>A call within the scope of a try statement can potential raise an exception. +<p>A call within the scope of a try statement can potentially raise an exception. In those circumstances, the LLVM C++ front-end replaces the call with an <tt>invoke</tt> instruction. Unlike a call, the invoke has two potential continuation points; where to continue when the call succeeds as per normal, and @@ -453,7 +453,7 @@ <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br> <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2007/03/30 12:22:09 $ + Last modified: $Date: 2007/04/14 12:30:27 $ </address> </body> _______________________________________________ llvm-commits mailing list [EMAIL PROTECTED] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits