From: Richard Stallman Date: Mon, 12 Oct 1992 22:21:04 +0000 (+0000) Subject: (reg_names): Reinstate the definition here. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d05c8ee724cf69f6df37ce537299e6c2f60f365b;p=gcc.git (reg_names): Reinstate the definition here. From-SVN: r2415 --- diff --git a/gcc/regclass.c b/gcc/regclass.c index 6570dda7e7a..76b87e79325 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -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.