aboutsummaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r--gcc/regclass.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c
index 6a7acb9..84bf97f 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -824,6 +824,7 @@ globalize_reg (i)
SET_HARD_REG_BIT (fixed_reg_set, i);
SET_HARD_REG_BIT (call_used_reg_set, i);
SET_HARD_REG_BIT (call_fixed_reg_set, i);
+ SET_HARD_REG_BIT (regs_invalidated_by_call, i);
}
/* Now the data and code for the `regclass' pass, which happens