diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-03-04 20:04:23 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-03-04 20:04:23 +0000 |
commit | 3c6c67f8d4b7987a7138fa16f99ddfae483726aa (patch) | |
tree | df19807c7dc1b707b7af8cba488361e27603011b /gcc/hard-reg-set.h | |
parent | 22ec0cc8fe72d568b45b16ad88d2aceef9ea75f4 (diff) | |
download | gcc-3c6c67f8d4b7987a7138fa16f99ddfae483726aa.zip gcc-3c6c67f8d4b7987a7138fa16f99ddfae483726aa.tar.gz gcc-3c6c67f8d4b7987a7138fa16f99ddfae483726aa.tar.bz2 |
regclass.c (n_non_fixed_regs): Remove.
* regclass.c (n_non_fixed_regs): Remove.
(init_reg_sets_1, globalize_reg): Remove all uses of
n_non_fixed_regs.
* hard-reg-set.h: Remove the extern for n_non_fixed_regs.
From-SVN: r111714
Diffstat (limited to 'gcc/hard-reg-set.h')
-rw-r--r-- | gcc/hard-reg-set.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/hard-reg-set.h b/gcc/hard-reg-set.h index 2bd4445..db7a156 100644 --- a/gcc/hard-reg-set.h +++ b/gcc/hard-reg-set.h @@ -474,10 +474,6 @@ extern enum reg_class reg_class_subunion[N_REG_CLASSES][N_REG_CLASSES]; extern enum reg_class reg_class_superunion[N_REG_CLASSES][N_REG_CLASSES]; -/* Number of non-fixed registers. */ - -extern int n_non_fixed_regs; - /* Vector indexed by hardware reg giving its name. */ extern const char * reg_names[FIRST_PSEUDO_REGISTER]; |