flow.c (life_analysis): Only turn off PROP_LOG_LINKS and PROP_AUTOINC at -O0.
authorRichard Henderson <rth@cygnus.com>
Tue, 8 Aug 2000 19:46:51 +0000 (12:46 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 8 Aug 2000 19:46:51 +0000 (12:46 -0700)
commitb2262f4a2cd06d70e9516e38da9712799fed0dbf
treed4a86505ea86daa94870b77b80d2cab06ac2636f
parente2c953b6dd7cba1fa8c848efc53842dacab24a46
flow.c (life_analysis): Only turn off PROP_LOG_LINKS and PROP_AUTOINC at -O0.

        * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
        PROP_AUTOINC at -O0.  Don't collect alias info at -O0.
        (init_propagate_block_info): Don't kill memory stores at -O0.
        (mark_set_1, mark_used_regs): Likewise.

From-SVN: r35571
gcc/ChangeLog
gcc/flow.c