Makefile.in (rtlanal.o): Depend on hard-reg-set.h.
authorJeffrey A Law <law@cygnus.com>
Mon, 19 Feb 2001 00:05:49 +0000 (00:05 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 19 Feb 2001 00:05:49 +0000 (17:05 -0700)
commit3335f1d984358b093678719844d52027ec5d01e1
tree19d7be78d89e48bd3e789632fac7f037bd11c43d
parent021921d0e44e1ab96434d8881b96306bd3df4c31
Makefile.in (rtlanal.o): Depend on hard-reg-set.h.

       * Makefile.in (rtlanal.o): Depend on hard-reg-set.h.
        ($HOST_PREFIX_1)rtlanal.o: Remove rules for building
        (mostlyclean): Corresponding changes.
        * rtlanal.c (hard-reg-set.h): Include.
        (rtx_unstable_p): Do not treat the argument pointer specially
        if it is not a fixed register.
        (rtx_varies_p, rtx_addr_can_trap_p): Similarly.

From-SVN: r39860
gcc/ChangeLog
gcc/Makefile.in
gcc/rtlanal.c