]> gcc.gnu.org Git - gcc.git/commit
global.c: Update comments.
authorJohn Wehle <john@feith.com>
Tue, 8 Sep 1998 00:29:35 +0000 (00:29 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 8 Sep 1998 00:29:35 +0000 (18:29 -0600)
commita300b8d99432d03d58595799fe063ce0f92ca0b9
tree70f176ebecd3be04faa26ac11a0c698bb19fb472
parent4b877abdeccf1ddf63ab038c1c325b8c8123a3a2
global.c: Update comments.

        * 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.

From-SVN: r22322
gcc/ChangeLog
gcc/global.c
gcc/local-alloc.c
This page took 0.060136 seconds and 5 git commands to generate.