summaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-10-10 20:52:07 +0000
committerRichard Stallman <rms@gnu.org>1992-10-10 20:52:07 +0000
commitc2fb3f5754b79756008a1af7983efa99a54f764a (patch)
treec37a82bb2f6b14930a2e243358be6e76154e8fa7 /gcc/regclass.c
parentb76227eaa571ea1d9b050721ff636a5a9566ac83 (diff)
downloadgcc-c2fb3f5754b79756008a1af7983efa99a54f764a.tar.gz
(reg_name): Deleted.
From-SVN: r2393
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r--gcc/regclass.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c
index 76b87e79325..6570dda7e7a 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -147,10 +147,6 @@ enum reg_class reg_class_subunion[N_REG_CLASSES][N_REG_CLASSES];
enum reg_class reg_class_superunion[N_REG_CLASSES][N_REG_CLASSES];
-/* Array containing all of the register names */
-
-char *reg_names[] = REGISTER_NAMES;
-
/* Indexed by n, gives number of times (REG n) is set or clobbered.
This information remains valid for the rest of the compilation
of the current function; it is used to control register allocation.