diff options
author | Richard Guenther <rguenther@suse.de> | 2012-08-10 14:19:09 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-08-10 14:19:09 +0000 |
commit | 04f92ff4fcb0f1fd46b2cca65ea04f896ad783f2 (patch) | |
tree | 7000f8a8ed0b24b0c42339f1de301bd16d4340e1 /gcc/tree-pass.h | |
parent | 09e4850d7e5ab207bf04c389c80ff9bc548f8298 (diff) | |
download | gcc-04f92ff4fcb0f1fd46b2cca65ea04f896ad783f2.zip gcc-04f92ff4fcb0f1fd46b2cca65ea04f896ad783f2.tar.gz gcc-04f92ff4fcb0f1fd46b2cca65ea04f896ad783f2.tar.bz2 |
Makefile.in (OBJS): Remove matrix-reorg.o.
2012-08-10 Richard Guenther <rguenther@suse.de>
* Makefile.in (OBJS): Remove matrix-reorg.o.
(matrix-reorg.o): Remove dependence rule.
(GTFILES): Remove matrix-reorg.c.
* matrix-reorg.c: Remove.
* passes.c (init_optimization_passes): Do not schedule
pass_ipa_matrix_reorg.
* tree-pass.h (pass_ipa_matrix_reorg): Remove.
* common.opt (fipa-matrix-reorg): Stub out.
* doc/invoke.texi (fipa-matrix-reorg): Remove documentation.
* gcc.dg/matrix/*.c: Adjust and move ...
* gcc.dg/torture/: ... here.
* gcc.dg/matrix: Remove directory.
From-SVN: r190298
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 4be92f4..66319c7 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -372,7 +372,6 @@ extern struct simple_ipa_opt_pass pass_early_local_passes; extern struct ipa_opt_pass_d pass_ipa_whole_program_visibility; extern struct ipa_opt_pass_d pass_ipa_lto_gimple_out; extern struct simple_ipa_opt_pass pass_ipa_increase_alignment; -extern struct simple_ipa_opt_pass pass_ipa_matrix_reorg; extern struct ipa_opt_pass_d pass_ipa_inline; extern struct simple_ipa_opt_pass pass_ipa_free_lang_data; extern struct simple_ipa_opt_pass pass_ipa_free_inline_summary; |