OSDN Git Service

* regclass.c (regclass): Break out some code into new function
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Oct 1998 23:08:26 +0000 (23:08 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Oct 1998 23:08:26 +0000 (23:08 +0000)
commitc426f6be7acdf5ed85372c7e50edf68bc3312bbd
treef33d6ad0bb1c8108c5fa289f5f24460c5ec2ec3e
parentc13446dbca45deeeb4891a157e74a53521246bda
    * regclass.c (regclass): Break out some code into new function
        scan_one_insn, and into regclass_init.
        (init_cost): New static variable, moved out of regclass.
        (regclass_init): Initialize it here, not in .
        (scan_one_insn): New static function, broken out of regclass.
        * recog.c (apply_change_group): Break out some code into new
        function insn_invalid_p.
        (insn_invalid_p): New static fn, broken out of apply_change_group.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23236 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/recog.c
gcc/regclass.c