tree-pass.h: remove redundant pass_partition_blocks declaration.
authorMarcin Dalecki <martin@dalecki.de>
Tue, 12 Dec 2006 20:21:36 +0000 (21:21 +0100)
committerMarcin Dalecki <dalecki@gcc.gnu.org>
Tue, 12 Dec 2006 20:21:36 +0000 (21:21 +0100)
2006-12-12  Marcin Dalecki  <martin@dalecki.de>

* gcc/tree-pass.h: remove redundant pass_partition_blocks declaration.

From-SVN: r119796

gcc/ChangeLog
gcc/tree-pass.h

index 355b9ac84ace6020c8c161d36ba6fd9ba72c2b84..9513dcd0825dc1f9ff62b6b780a21b9617b019cf 100644 (file)
@@ -1,7 +1,8 @@
 2006-12-12  Marcin Dalecki  <martin@dalecki.de>
 
        * doc/passes.texi: remove docs about "redundant PHI removal".
-       * tree-pass.h: remove orphaned declaration of pass_redundant_phi.
+       * tree-pass.h: remove orphaned declaration of pass_redundant_phi,
+       remove redundant pass_partition_blocks declaration.
 
 2006-12-12  Andrew Macleod  <amacleod@redhat.com>
        
index 1d2ae9404bd3c90187b7d7f7688ddf5bad9ec541..649ecef4e97085cf19e0da04b891dc866a491ab5 100644 (file)
@@ -353,7 +353,6 @@ extern struct tree_opt_pass pass_life;
 extern struct tree_opt_pass pass_combine;
 extern struct tree_opt_pass pass_if_after_combine;
 extern struct tree_opt_pass pass_partition_blocks;
-extern struct tree_opt_pass pass_partition_blocks;
 extern struct tree_opt_pass pass_regmove;
 extern struct tree_opt_pass pass_split_all_insns;
 extern struct tree_opt_pass pass_mode_switching;