summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/regclass.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/regclass.c')
-rw-r--r--contrib/gcc/regclass.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc/regclass.c b/contrib/gcc/regclass.c
index 93a5edb..74594cb 100644
--- a/contrib/gcc/regclass.c
+++ b/contrib/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
OpenPOWER on IntegriCloud