OSDN Git Service

2006-12-12 Marcin Dalecki <martin@dalecki.de>
authordalecki <dalecki@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Dec 2006 20:21:36 +0000 (20:21 +0000)
committerdalecki <dalecki@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Dec 2006 20:21:36 +0000 (20:21 +0000)
* gcc/tree-pass.h: remove redundant pass_partition_blocks declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119796 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-pass.h

index 355b9ac..9513dcd 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 1d2ae94..649ecef 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;