diff options
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -458,7 +458,7 @@ decl_overlaps_hard_reg_set_p (tree *declp, int *walk_subtrees ATTRIBUTE_UNUSED, tree decl = *declp; const HARD_REG_SET *const regs = (const HARD_REG_SET *) data; - if (TREE_CODE (decl) == VAR_DECL) + if (VAR_P (decl)) { if (DECL_HARD_REGISTER (decl) && REG_P (DECL_RTL (decl)) |