diff options
author | Marcin Dalecki <martin@dalecki.de> | 2006-12-12 21:09:46 +0100 |
---|---|---|
committer | Marcin Dalecki <dalecki@gcc.gnu.org> | 2006-12-12 21:09:46 +0100 |
commit | 04974e1a97bf2c306a67abc1f05ef697a4bd34c5 (patch) | |
tree | 9d07d9fd7292acbc70d4e383a680b8c8cd177818 /gcc/tree-pass.h | |
parent | 0d70045091f870cb649c91709269fada8773c0a1 (diff) | |
download | gcc-04974e1a97bf2c306a67abc1f05ef697a4bd34c5.zip gcc-04974e1a97bf2c306a67abc1f05ef697a4bd34c5.tar.gz gcc-04974e1a97bf2c306a67abc1f05ef697a4bd34c5.tar.bz2 |
passes.texi: remove docs about "redundant PHI removal".
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.
From-SVN: r119794
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 bed7c33..1d2ae94 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -285,7 +285,6 @@ extern struct tree_opt_pass pass_warn_function_return; extern struct tree_opt_pass pass_warn_function_noreturn; extern struct tree_opt_pass pass_phiopt; extern struct tree_opt_pass pass_forwprop; -extern struct tree_opt_pass pass_redundant_phi; extern struct tree_opt_pass pass_dse; extern struct tree_opt_pass pass_nrv; extern struct tree_opt_pass pass_mark_used_blocks; |