basic-block.h (PROP_POSTRELOAD): New macro.
authorJan Hubicka <jh@suse.cz>
Fri, 23 Jan 2004 11:02:09 +0000 (12:02 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 23 Jan 2004 11:02:09 +0000 (11:02 +0000)
commit23bd7a9342bdb30b732cbb678a6d29c2245e8449
tree802fba0f5d8b9b39d10bd272582ae4909f3a1a5e
parentb291953f9d4b1c4f927cd20a7905d4f633fa3162
basic-block.h (PROP_POSTRELOAD): New macro.

* basic-block.h (PROP_POSTRELOAD): New macro.
(CLEANUP_LOG_LINKS): New.
* cfgcleanup.c (cleanup_cfg): Only PROP_LOG_LINKS when asked to.
* toplev.c (rest_of_handle_life):  Preserve LOG_LINKS trought cleanup_cfg.

* cselib.c (value_pool): New.
(new_cselib_val): Use pool.
(cselib_init): Initialize value_pool
(cselib_finish): Free pool.

From-SVN: r76405
gcc/ChangeLog
gcc/basic-block.h
gcc/cfgcleanup.c
gcc/cselib.c
gcc/toplev.c