aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
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/tree-pass.h
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/tree-pass.h')
-rw-r--r--gcc/tree-pass.h1
1 files changed, 0 insertions, 1 deletions
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;