summaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authordalecki <dalecki@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-12 20:21:36 +0000
committerdalecki <dalecki@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-12 20:21:36 +0000
commitc5a4df253229217debaf0a53a8ea210429733c6f (patch)
treefaf8f9829aa7cf5dc433d7aebed7438c81f3156c /gcc/tree-pass.h
parent33bc0853b976f1a27cc22a7b3b86254da4599657 (diff)
downloadgcc-c5a4df253229217debaf0a53a8ea210429733c6f.tar.gz
2006-12-12 Marcin Dalecki <martin@dalecki.de>
* 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
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 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;