This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r169445 - in /trunk/gcc: ChangeLog common.opt d...
- From: spop at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 31 Jan 2011 19:30:55 -0000
- Subject: r169445 - in /trunk/gcc: ChangeLog common.opt d...
Author: spop
Date: Mon Jan 31 19:30:55 2011
New Revision: 169445
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169445
Log:
Use Alias in common.opt to make -ftree-loop-linear an alias of -floop-interchange.
2011-01-31 Sebastian Pop <sebastian.pop@amd.com>
* common.opt (ftree-loop-linear): Use Alias to make it an alias of
-floop-interchange.
* invoke.texi (-ftree-loop-linear): Make it clear that this flag
is an alias of -floop-interchange and that it requires the
Graphite infrastructure.
* tree-ssa-loop.c (gate_graphite_transforms): Do not set
flag_loop_interchange based on the value of flag_tree_loop_linear.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/common.opt
trunk/gcc/doc/invoke.texi
trunk/gcc/tree-ssa-loop.c