OSDN Git Service

Use Alias in common.opt to make -ftree-loop-linear an alias of -floop-interchange.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 Jan 2011 19:30:55 +0000 (19:30 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 Jan 2011 19:30:55 +0000 (19:30 +0000)
commit464a406e3fb378894acd35b03168b6e44ed48e26
treeabd1180e482827a3b96ab09d5742023738fc00cb
parent4ac968e7dd021116ee8f81f9a2063a32f6a2c61a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169445 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/tree-ssa-loop.c