]> gcc.gnu.org Git - gcc.git/commit
rtl.h (local_alloc): Returns an integer now.
authorJeffrey A Law <law@cygnus.com>
Sat, 10 Apr 1999 02:55:36 +0000 (02:55 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 10 Apr 1999 02:55:36 +0000 (20:55 -0600)
commit3f1b9b1b90632ed16bcc15a27547482be6020dfb
tree224a58188d16a5c87219ebe17fc74ad7dc836b76
parentd1c13bdab5e3a7bcb037ae9e3c73e0d6ff0a180f
rtl.h (local_alloc): Returns an integer now.

        * rtl.h (local_alloc): Returns an integer now.
        * local-alloc.c (recorded_label_ref): New file scoped variable.
        (local_alloc): Initialize recorded_label_ref to zero.  Return its
        value when local allocation has completed.
        (update_equiv_regs); If we create an equivalence for a LABEL_REF,
        set recorded_label_ref.
        * toplev.c (rest_of_compilation): Run the loop optimizer after
        register allocation and reloading if needed.

From-SVN: r26324
gcc/ChangeLog
gcc/local-alloc.c
gcc/rtl.h
gcc/toplev.c
This page took 0.052679 seconds and 5 git commands to generate.