On October 29, 2015 8:18:22 PM GMT+01:00, Alan Lawrence <[email protected]> wrote:
>+
>+static tree
>+subst_constant_pool_initial (tree expr, tree var)
>+{
>+ if (TREE_CODE (expr) == VAR_DECL)
Just a nit, but i thought we had VAR_DECL_P or VAR_P for the TREE_CODE (NODE)
== VAR_DECL predicate?
Thanks,
