aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-08-10 14:19:09 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2012-08-10 14:19:09 +0000
commit04f92ff4fcb0f1fd46b2cca65ea04f896ad783f2 (patch)
tree7000f8a8ed0b24b0c42339f1de301bd16d4340e1 /gcc/passes.c
parent09e4850d7e5ab207bf04c389c80ff9bc548f8298 (diff)
downloadgcc-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/passes.c')
-rw-r--r--gcc/passes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index 31e1f25..876aa5c 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -1330,7 +1330,6 @@ init_optimization_passes (void)
NEXT_PASS (pass_feedback_split_functions);
}
NEXT_PASS (pass_ipa_increase_alignment);
- NEXT_PASS (pass_ipa_matrix_reorg);
NEXT_PASS (pass_ipa_tm);
NEXT_PASS (pass_ipa_lower_emutls);
*p = NULL;