diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-22 15:53:18 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-22 15:53:18 +0000 |
commit | ab0260ab452c3c7e5e9d73af06f0efa29c398c9f (patch) | |
tree | 39ff0ae2ae9c1235aa68db4c03889f376e62db9b /gcc | |
parent | 7c47b69c5358d2d97f816a5f3b5234e871d18531 (diff) | |
download | gcc-ab0260ab452c3c7e5e9d73af06f0efa29c398c9f.tar.gz |
remove mention of EH_FILTER_MUST_NOT_THROW
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181623 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tree.def | 3 |
1 files changed, 1 insertions, 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 |