From: Marcin Dalecki Date: Tue, 12 Dec 2006 20:21:36 +0000 (+0100) Subject: tree-pass.h: remove redundant pass_partition_blocks declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cf9e3a4be73380dd59958bc800f83e04893afb0;p=gcc.git tree-pass.h: remove redundant pass_partition_blocks declaration. 2006-12-12 Marcin Dalecki * gcc/tree-pass.h: remove redundant pass_partition_blocks declaration. From-SVN: r119796 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 355b9ac84ac..9513dcd0825 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,8 @@ 2006-12-12 Marcin Dalecki * 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 diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 1d2ae9404bd..649ecef4e97 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;