Commit c2fb3f57 by Richard Stallman

(reg_name): Deleted.

From-SVN: r2393
parent b76227ea
...@@ -147,10 +147,6 @@ enum reg_class reg_class_subunion[N_REG_CLASSES][N_REG_CLASSES]; ...@@ -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]; 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment