diff options
Diffstat (limited to 'gcc/tree.h')
| -rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4382,7 +4382,7 @@ extern void expand_decl (tree); extern void expand_anon_union_decl (tree, tree, tree); #ifdef HARD_CONST /* Silly ifdef to avoid having all includers depend on hard-reg-set.h. */ -extern bool decl_overlaps_hard_reg_set_p (tree, const HARD_REG_SET); +extern tree tree_overlaps_hard_reg_set (tree, HARD_REG_SET *); #endif /* In gimplify.c. */ |
