* toplev.c (main): Enable flag_reorder_blocks at -O2.
From-SVN: r35964
This commit is contained in:
parent
309bf2960a
commit
58d8c98011
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue