aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMarcin Dalecki <martin@dalecki.de>2006-12-12 21:21:36 +0100
committerMarcin Dalecki <dalecki@gcc.gnu.org>2006-12-12 21:21:36 +0100
commit0cf9e3a4be73380dd59958bc800f83e04893afb0 (patch)
treefaf8f9829aa7cf5dc433d7aebed7438c81f3156c /gcc
parentfb027ec88c8fdbcabb201e667f8442dc54a949fd (diff)
downloadgcc-0cf9e3a4be73380dd59958bc800f83e04893afb0.zip
gcc-0cf9e3a4be73380dd59958bc800f83e04893afb0.tar.gz
gcc-0cf9e3a4be73380dd59958bc800f83e04893afb0.tar.bz2
tree-pass.h: remove redundant pass_partition_blocks declaration.
2006-12-12 Marcin Dalecki <martin@dalecki.de> * gcc/tree-pass.h: remove redundant pass_partition_blocks declaration. From-SVN: r119796
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/tree-pass.h1
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 355b9ac..9513dcd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index 1d2ae94..649ecef 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -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;