tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
authorJason Merrill <jason@redhat.com>
Wed, 20 Aug 2003 21:46:48 +0000 (17:46 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 20 Aug 2003 21:46:48 +0000 (17:46 -0400)
commit68ad9159aa8f37386cc910950e1814825e2335b6
treea4be84606bce231dfa45e9238c38069766649fd4
parentc8e60672eff02dc404f86f6fdaecbc45c622f838
tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.

        * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
        (EXPR_CHECK): Don't check for 'r' or 's' if we're
        checking IS_EXPR_CODE_CLASS.
        * calls.c (calls_function_1): Likewise.
        * fold-const.c (fold): Likewise.
        * tree.c (iterative_hash_expr): Likewise.
        * tree-inline.c (walk_tree, copy_tree_r): Likewise.

From-SVN: r70617
gcc/ChangeLog
gcc/calls.c
gcc/fold-const.c
gcc/tree-inline.c
gcc/tree.c
gcc/tree.h