]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix names of various macro parameters in tree.h
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 25 Oct 2013 15:00:35 +0000 (15:00 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 25 Oct 2013 15:00:35 +0000 (15:00 +0000)
commit347593705483c3f425942501ae1a20485fa66ac6
tree4f2c8583a055761a98b54ccda7cb92ea91ddf2f2
parentc24d86bcb276c28e7bbd9a852bb816728aab34f9
Fix names of various macro parameters in tree.h

* tree.h (EXCEPTIONAL_CLASS_P): Rename parameter from "CODE"
to "NODE", since this works on a "tree", not an
"enum tree_code".
(CONSTANT_CLASS_P): Likewise.
(TYPE_P): Likewise.
(DECL_P): Likewise.
(INDIRECT_REF_P): Likewise.
(REFERENCE_CLASS_P): Likewise.
(COMPARISON_CLASS_P): Likewise.
(UNARY_CLASS_P): Likewise.
(BINARY_CLASS_P): Likewise.
(STATEMENT_CLASS_P): Likewise.
(VL_EXP_CLASS_P): Likewise.
(EXPRESSION_CLASS_P): Likewise.
(IS_TYPE_OR_DECL_P): Likewise.

From-SVN: r204070
gcc/ChangeLog
gcc/tree.h