regclass.c (init_reg_modes): Make non-static.
authorPer Bothner <pbothner@apple.com>
Thu, 14 Aug 2003 01:47:31 +0000 (01:47 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 14 Aug 2003 01:47:31 +0000 (18:47 -0700)
commit2842011664f2dd313ab8f5784fadc36ecb9f57cf
tree306712cf301a45c74786d429176b00ca9028d9dc
parent3def5fb4fdd830ec2e2a6a9df7dd29dbc33c8e25
regclass.c (init_reg_modes): Make non-static.

* regclass.c (init_reg_modes):  Make non-static.
Rename to init_reg_modes_once per new naming convention.
(init_regs):  Don't call init_reg_modes here.
* emit-rtl.c (init_emit_once):  Call init_reg_modes_once here instead.
* rtl.h (init_reg_modes_once):  New declaration.
* toplev.c (backend_init):  Call init_regs after init_emit_once.

From-SVN: r70426
gcc/ChangeLog
gcc/emit-rtl.c
gcc/regclass.c
gcc/rtl.h
gcc/toplev.c