From c2fb3f5754b79756008a1af7983efa99a54f764a Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 10 Oct 1992 20:52:07 +0000 Subject: (reg_name): Deleted. From-SVN: r2393 --- gcc/regclass.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/regclass.c') diff --git a/gcc/regclass.c b/gcc/regclass.c index 76b87e7..6570dda 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. -- cgit v1.1