[llvm-commits] [llvm] r140600 - /llvm/trunk/docs/ExceptionHandling.html

Duncan Sands baldrick at free.fr
Tue Sep 27 04:59:22 PDT 2011


Hi Bill,

> --- llvm/trunk/docs/ExceptionHandling.html (original)
> +++ llvm/trunk/docs/ExceptionHandling.html Tue Sep 27 05:37:28 2011
> @@ -261,7 +261,7 @@
>      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 to a cleanup. If nothing is matched, the behavior of
> +   and zero if it matched a cleanup. If nothing is matched, the behavior of
>      the program is<a href="#restrictions">undefined</a>.

as I mentioned in a previous email the behaviour is not undefined at all.

Ciao, Duncan.



More information about the llvm-commits mailing list