Commit e3855ed2 by Jan Hubicka Committed by Jan Hubicka

* tree.h (is_lang_specific): Constify.

From-SVN: r222981
parent 9a22098d
2015-05-09 Jan Hubicka <hubicka@ucw.cz>
* tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
* tree.h (is_lang_specific): Constify.
2015-05-09 Marc Glisse <marc.glisse@inria.fr>
......
......@@ -4621,7 +4621,7 @@ more_call_expr_args_p (const call_expr_arg_iterator *iter)
/* Return true if tree node T is a language-specific node. */
static inline bool
is_lang_specific (tree t)
is_lang_specific (const_tree t)
{
return TREE_CODE (t) == LANG_TYPE || TREE_CODE (t) >= NUM_TREE_CODES;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment