From 608a3be9053899916d4f6655e8fc2d1790f9b9d5 Mon Sep 17 00:00:00 2001 From: Razya Ladelsky Date: Mon, 15 Oct 2007 15:16:25 +0000 Subject: [PATCH] matrix-reorg.c (gate_matrix_reorg): Don't comment out whole program flag. 2007-10-15 Razya Ladelsky * matrix-reorg.c (gate_matrix_reorg): Don't comment out whole program flag. From-SVN: r129351 --- gcc/ChangeLog | 5 +++++ gcc/matrix-reorg.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7fc0386..f2849b9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-10-15 Razya Ladelsky + + * matrix-reorg.c (gate_matrix_reorg): Don't comment out whole + program flag. + 2007-10-15 Jakub Jelinek PR tree-optimization/33619 diff --git a/gcc/matrix-reorg.c b/gcc/matrix-reorg.c index f70b048..38b0d5e 100644 --- a/gcc/matrix-reorg.c +++ b/gcc/matrix-reorg.c @@ -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 = { -- 2.7.4