loop.c (loop_dump_aux): Do not print RTL when not available.
authorJan Hubicka <jh@suse.cz>
Mon, 6 Sep 2004 18:38:27 +0000 (20:38 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 6 Sep 2004 18:38:27 +0000 (18:38 +0000)
commit8679c6494fe89fe933d9e038cd6ff2a822b7c095
treef72c63e6697abafff17258561de44474a212859b
parent93f8bd9e6ec8df413b53d840b5b44e8f5d18f249
loop.c (loop_dump_aux): Do not print RTL when not available.

* loop.c (loop_dump_aux): Do not print RTL when not available.
* tree-ssa-loop-ivopts.c (add_standard_iv_candidates): Do not use
frontend specific type nodes.
(produce_memory_decl_rtl): Break out from ...
(prepare_decl_rtl): ... here.  Handle ADDR_EXPR correctly.
(get_computation_at): Avoid random tree sharing.
(tree_ssa_iv_optimize): Verify tree sharing; dump loops.

From-SVN: r87123
gcc/ChangeLog
gcc/loop.c
gcc/tree-ssa-loop-ivopts.c