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

From-SVN: r35964
This commit is contained in:
Richard Henderson 2000-08-24 16:38:47 -07:00 committed by Richard Henderson
parent 309bf2960a
commit 58d8c98011
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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>
* ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're

View file

@ -4556,6 +4556,7 @@ main (argc, argv)
flag_regmove = 1;
flag_strict_aliasing = 1;
flag_delete_null_pointer_checks = 1;
flag_reorder_blocks = 1;
}
if (optimize >= 3)