summaryrefslogtreecommitdiff
path: root/gcc/hard-reg-set.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-03-04 20:04:23 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-03-04 20:04:23 +0000
commit3c6c67f8d4b7987a7138fa16f99ddfae483726aa (patch)
treedf19807c7dc1b707b7af8cba488361e27603011b /gcc/hard-reg-set.h
parent22ec0cc8fe72d568b45b16ad88d2aceef9ea75f4 (diff)
downloadgcc-3c6c67f8d4b7987a7138fa16f99ddfae483726aa.tar.gz
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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/hard-reg-set.h b/gcc/hard-reg-set.h
index 2bd4445416a..db7a1561915 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];