From 0f5b622c11b328d3c37cae3394819c0be858ccfc Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 22 Nov 2011 10:53:18 -0500 Subject: [PATCH] remove mention of EH_FILTER_MUST_NOT_THROW From-SVN: r181623 --- gcc/tree.def | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/tree.def b/gcc/tree.def index 2a2363e7037..11ce8b5b756 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -900,8 +900,7 @@ DEFTREECODE (CATCH_EXPR, "catch_expr", tcc_statement, 2) /* Used to represent an exception specification. EH_FILTER_TYPES is a list of allowed types, and EH_FILTER_FAILURE is an expression to evaluate on - failure. EH_FILTER_MUST_NOT_THROW controls which range type to use when - expanding. */ + failure. */ DEFTREECODE (EH_FILTER_EXPR, "eh_filter_expr", tcc_statement, 2) /* Node used for describing a property that is known at compile