Use Alias in common.opt to make -ftree-loop-linear an alias of -floop-interchange.
authorSebastian Pop <sebastian.pop@amd.com>
Mon, 31 Jan 2011 19:30:55 +0000 (19:30 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Mon, 31 Jan 2011 19:30:55 +0000 (19:30 +0000)
commit7633415cb2c6c35afd15d70a99db3046a3d70349
treeabd1180e482827a3b96ab09d5742023738fc00cb
parentfabb6f8ea12176a06d181f26a6f3b824955b57e9
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.

From-SVN: r169445
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/tree-ssa-loop.c