]> gcc.gnu.org Git - gcc.git/commit
emit-rtl.c (static_regno_reg_rtx): Define.
authorJeff Law <law@redhat.com>
Thu, 13 Jun 2002 16:14:55 +0000 (10:14 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 13 Jun 2002 16:14:55 +0000 (10:14 -0600)
commit6cde4876448a38c9f47f6a92a72efab9848d7482
tree1e31a85b6ad526e69fcd507891472e959a6541de
parentdd3fbd933dabd20c31e293b0e0cd0714fc9a56ce
emit-rtl.c (static_regno_reg_rtx): Define.

        * emit-rtl.c (static_regno_reg_rtx): Define.
        (init_emit_once): Initialize static_regno_reg_rtx.
        (init_emit): Copy static_regno_reg_rtx into regno_reg_rtx instead
        of building new hard reg objects once per function.
        (gen_rtx_REG): Try to share hard regs.
* regclass.c (init_fake_stack_mems): New function broken out from
init_regs.
* rtl.h (init_fake_stack_mems): Declare.
* toplev.c (lang_independent_init): Call init_regs before
init_emit_once.  Call init_fake_stack_mems after init_emit_once.

From-SVN: r54588
gcc/ChangeLog
gcc/emit-rtl.c
gcc/regclass.c
gcc/rtl.h
gcc/toplev.c
This page took 0.058002 seconds and 5 git commands to generate.