Commit 086aa12e by Jeff Law Committed by Jeff Law

tree-cfg.c (cleanup_tree_cfg): Also return true if blocks are merged.

        * tree-cfg.c (cleanup_tree_cfg): Also return true if blocks
        are merged.

From-SVN: r91376
parent 1daa567c
2004-11-27 Jeff Law <law@redhat.com>
* tree-cfg.c (cleanup_tree_cfg): Also return true if blocks
are merged.
2004-11-27 Jakub Jelinek <jakub@redhat.com>
* config/i386/linux64.h (REG_NAME): Define.
......
......@@ -918,7 +918,7 @@ cleanup_tree_cfg (void)
/* Merging the blocks creates no new opportunities for the other
optimizations, so do it here. */
merge_seq_blocks ();
retval |= merge_seq_blocks ();
compact_blocks ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment