aboutsummaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-05-27 20:24:57 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-05-27 20:24:57 -0700
commite087aeb2b9641000a819a86ef856f7c152f959f8 (patch)
tree549befca836ef89bd417e0e4640d00e98181120c /gcc/regclass.c
parent7d70b8b2f7cbf969c1096ce9df6c7289aebf5d1a (diff)
downloadgcc-e087aeb2b9641000a819a86ef856f7c152f959f8.zip
gcc-e087aeb2b9641000a819a86ef856f7c152f959f8.tar.gz
gcc-e087aeb2b9641000a819a86ef856f7c152f959f8.tar.bz2
print-rtl.c (reg_names): Remove const.
* print-rtl.c (reg_names): Remove const. * regclass.c (reg_names): Likewise. * regs.h (reg_names): Likewise. * hard-reg-set.h (reg_names): Likewise. From-SVN: r34225
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r--gcc/regclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c
index 1ffbb33..f3fdf4c 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -164,7 +164,7 @@ enum reg_class reg_class_superunion[N_REG_CLASSES][N_REG_CLASSES];
DEBUG_REGISTER_NAMES is defined, use the copy in print-rtl.c. */
#ifdef DEBUG_REGISTER_NAMES
-const char * const reg_names[] = REGISTER_NAMES;
+const char * reg_names[] = REGISTER_NAMES;
#endif
/* For each hard register, the widest mode object that it can contain.