mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-28 14:24:43 +08:00
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>
|
||||
|
||||
PR tree-optimization/33619
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user