diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-10 14:19:09 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-10 14:19:09 +0000 |
commit | fa62b5dadeb58894d608fa80e1a176224e4eb932 (patch) | |
tree | 7000f8a8ed0b24b0c42339f1de301bd16d4340e1 /gcc/common.opt | |
parent | d962ee89139953c60f17fb56fb6d53dbed120d57 (diff) | |
download | gcc-fa62b5dadeb58894d608fa80e1a176224e4eb932.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190298 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index f415f14d924..deb89e32e39 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1349,9 +1349,8 @@ Common Report Var(flag_ipa_reference) Init(0) Optimization Discover readonly and non addressable static variables fipa-matrix-reorg -Common Report Var(flag_ipa_matrix_reorg) Optimization -Perform matrix layout flattening and transposing based -on profiling information. +Common Ignore +Does nothing. Preserved for backward compatibility. fipa-struct-reorg Common Ignore |