[llvm-commits] [llvm] r140564 - /llvm/trunk/docs/ExceptionHandling.html
Bill Wendling
isanbard at gmail.com
Mon Sep 26 14:10:31 PDT 2011
Author: void
Date: Mon Sep 26 16:10:31 2011
New Revision: 140564
URL: http://llvm.org/viewvc/llvm-project?rev=140564&view=rev
Log:
Fix grammar.
Modified:
llvm/trunk/docs/ExceptionHandling.html
Modified: llvm/trunk/docs/ExceptionHandling.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ExceptionHandling.html?rev=140564&r1=140563&r2=140564&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.html (original)
+++ llvm/trunk/docs/ExceptionHandling.html Mon Sep 26 16:10:31 2011
@@ -261,8 +261,8 @@
and <i>filter</i> clauses. The exception is tested against the clauses
sequentially from first to last. The selector value is a positive number if
the exception matched a type info, a negative number if it matched a filter,
- and zero if it matched a cleanup. If nothing is matched, the behavior of the
- program is <a href="#restrictions">undefined</a>. If a type info matched,
+ and zero if it matched to a cleanup. If nothing is matched, the behavior of
+ the program is <a href="#restrictions">undefined</a>. If a type info matched,
then the selector value is the index of the type info in the exception table,
which can be obtained using the
<a href="#llvm_eh_typeid_for"><tt>llvm.eh.typeid.for</tt></a> intrinsic.</p>
More information about the llvm-commits
mailing list