diff options
author | Marcin Dalecki <martin@dalecki.de> | 2006-12-12 21:21:36 +0100 |
---|---|---|
committer | Marcin Dalecki <dalecki@gcc.gnu.org> | 2006-12-12 21:21:36 +0100 |
commit | 0cf9e3a4be73380dd59958bc800f83e04893afb0 (patch) | |
tree | faf8f9829aa7cf5dc433d7aebed7438c81f3156c /gcc/tree-pass.h | |
parent | fb027ec88c8fdbcabb201e667f8442dc54a949fd (diff) | |
download | gcc-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.h | 1 |
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; |