matrix-reorg.c (gate_matrix_reorg): Don't comment out whole program flag.

2007-10-15  Razya Ladelsky  <razya@il.ibm.com>

        * matrix-reorg.c (gate_matrix_reorg): Don't comment out whole
        program flag.

From-SVN: r129351
This commit is contained in:
Razya Ladelsky 2007-10-15 15:16:25 +00:00 committed by Razya Ladelsky
parent e0b55676cc
commit 608a3be905
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-10-15 Razya Ladelsky <razya@il.ibm.com>
* matrix-reorg.c (gate_matrix_reorg): Don't comment out whole
program flag.
2007-10-15 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/33619

View File

@ -2314,7 +2314,7 @@ matrix_reorg (void)
static bool
gate_matrix_reorg (void)
{
return flag_ipa_matrix_reorg /*&& flag_whole_program */ ;
return flag_ipa_matrix_reorg && flag_whole_program;
}
struct tree_opt_pass pass_ipa_matrix_reorg = {