Commit 58d8c980 by Richard Henderson Committed by Richard Henderson

* toplev.c (main): Enable flag_reorder_blocks at -O2.

From-SVN: r35964
parent 309bf296
2000-08-24 Richard Henderson <rth@cygnus.com>
* toplev.c (main): Enable flag_reorder_blocks at -O2.
2000-08-24 Zack Weinberg <zack@wolery.cumb.org> 2000-08-24 Zack Weinberg <zack@wolery.cumb.org>
* ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
......
...@@ -4556,6 +4556,7 @@ main (argc, argv) ...@@ -4556,6 +4556,7 @@ main (argc, argv)
flag_regmove = 1; flag_regmove = 1;
flag_strict_aliasing = 1; flag_strict_aliasing = 1;
flag_delete_null_pointer_checks = 1; flag_delete_null_pointer_checks = 1;
flag_reorder_blocks = 1;
} }
if (optimize >= 3) if (optimize >= 3)
......
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