OSDN Git Service

* global.c: Update comments.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Sep 1998 00:29:35 +0000 (00:29 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Sep 1998 00:29:35 +0000 (00:29 +0000)
commit0b6b86e7b8afcd597a2bd674426081b091b0dff1
tree70f176ebecd3be04faa26ac11a0c698bb19fb472
parentcd547500b3d5d2ea36a45198fa2c03cf86cf8fb0
    * global.c: Update comments.
        (global_alloc): Assign allocation-numbers
        even for registers allocated by local_alloc in case
        they are later spilled and retry_global_alloc is called.
        (mark_reg_store, mark_reg_clobber,
        mark_reg_conflicts, mark_reg_death): Always record a
        conflict with a pseudo register even if it has been
        assigned to a hard register.
        (dump_conflicts): Don't list pseudo registers already assigned to
        a hard register as needing to be allocated, but do list their
        conflicts.
        * local-alloc.c: Update comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22322 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/global.c
gcc/local-alloc.c