Commit 608a3be9 by Razya Ladelsky Committed by Razya Ladelsky

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
parent e0b55676
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> 2007-10-15 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/33619 PR tree-optimization/33619
...@@ -2314,7 +2314,7 @@ matrix_reorg (void) ...@@ -2314,7 +2314,7 @@ matrix_reorg (void)
static bool static bool
gate_matrix_reorg (void) 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 = { struct tree_opt_pass pass_ipa_matrix_reorg = {
......
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