OSDN Git Service

(reg_name): Deleted.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Oct 1992 20:52:07 +0000 (20:52 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Oct 1992 20:52:07 +0000 (20:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2393 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/regclass.c

index 76b87e7..6570dda 100644 (file)
@@ -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.