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:
parent
e0b55676cc
commit
608a3be905
@ -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>
|
2007-10-15 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR tree-optimization/33619
|
PR tree-optimization/33619
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user