matrix-reorg.c (gate_matrix_reorg): Don't comment out whole program flag.
authorRazya Ladelsky <razya@il.ibm.com>
Mon, 15 Oct 2007 15:16:25 +0000 (15:16 +0000)
committerRazya Ladelsky <razya@gcc.gnu.org>
Mon, 15 Oct 2007 15:16:25 +0000 (15:16 +0000)
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

gcc/ChangeLog
gcc/matrix-reorg.c

index 7fc0386..f2849b9 100644 (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
index f70b048..38b0d5e 100644 (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 = {