OSDN Git Service

(reg_names): Reinstate the definition here.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Oct 1992 22:21:04 +0000 (22:21 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Oct 1992 22:21:04 +0000 (22:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2415 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/regclass.c

index 6570dda..76b87e7 100644 (file)
@@ -147,6 +147,10 @@ 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.