diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2002-06-16 14:52:45 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-06-16 14:52:45 -0700 |
commit | caecc0998a40500e7da4e45c0c553266cf35a27c (patch) | |
tree | c329815e33579ec2e8ff189f45704d298d298eec /gcc/regclass.c | |
parent | 548ce8be4ab154b7d7f42ae8fe8552f9888021d0 (diff) | |
download | gcc-caecc0998a40500e7da4e45c0c553266cf35a27c.zip gcc-caecc0998a40500e7da4e45c0c553266cf35a27c.tar.gz gcc-caecc0998a40500e7da4e45c0c553266cf35a27c.tar.bz2 |
regclass.c (globalize_reg): Update regs_invalidated_by_call.
* regclass.c (globalize_reg): Update regs_invalidated_by_call.
* gcc.dg/20020616-1.c: New.
From-SVN: r54681
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r-- | gcc/regclass.c | 1 |
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 |