(reg_names): Reinstate the definition here.

From-SVN: r2415
This commit is contained in:
Richard Stallman 1992-10-12 22:21:04 +00:00
parent 9816614945
commit d05c8ee724
1 changed files with 4 additions and 0 deletions

View 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]; 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. /* Indexed by n, gives number of times (REG n) is set or clobbered.
This information remains valid for the rest of the compilation This information remains valid for the rest of the compilation
of the current function; it is used to control register allocation. of the current function; it is used to control register allocation.