diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-09-26 21:10:31 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-09-26 21:10:31 +0000 |
commit | a69d998664ef2d537d93ca4c923cde1b728aa7e0 (patch) | |
tree | 95fda4ecf381479bb8ae96417bffb712b56cfbad /docs | |
parent | 99aa6b08dbf973e107893737ca2867ef493eb0cf (diff) |
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140564 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 425b8b7a70..06cb2cf819 100644 --- a/docs/ExceptionHandling.html +++ b/docs/ExceptionHandling.html @@ -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> |