aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2011-11-22 10:53:18 -0500
committerJason Merrill <jason@gcc.gnu.org>2011-11-22 10:53:18 -0500
commit0f5b622c11b328d3c37cae3394819c0be858ccfc (patch)
tree39ff0ae2ae9c1235aa68db4c03889f376e62db9b
parent51e355aaab653803df5c3b81838d6d1b9f7a549e (diff)
downloadgcc-0f5b622c11b328d3c37cae3394819c0be858ccfc.zip
gcc-0f5b622c11b328d3c37cae3394819c0be858ccfc.tar.gz
gcc-0f5b622c11b328d3c37cae3394819c0be858ccfc.tar.bz2
remove mention of EH_FILTER_MUST_NOT_THROW
From-SVN: r181623
-rw-r--r--gcc/tree.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index 2a2363e..11ce8b5 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