diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2009-01-20 15:01:14 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2009-01-20 15:01:14 +0000 |
commit | d0a589040b272bdc1adafd3a268d0903d418e1aa (patch) | |
tree | b70aa9fd3638f2a5696bdfc0cb40436712261c22 /gcc | |
parent | 71e7afb2859d1480fed24b4ee8c4bb0e98367697 (diff) | |
download | gcc-d0a589040b272bdc1adafd3a268d0903d418e1aa.zip gcc-d0a589040b272bdc1adafd3a268d0903d418e1aa.tar.gz gcc-d0a589040b272bdc1adafd3a268d0903d418e1aa.tar.bz2 |
common.opt (fgraphite, [...]): Add comment for explaining why these options are not documented.
2009-01-20 Sebastian Pop <sebastian.pop@amd.com>
* common.opt (fgraphite, fgraphite-identity): Add comment for
explaining why these options are not documented.
From-SVN: r143518
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/common.opt | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4faf845..7b43b970 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2009-01-20 Sebastian Pop <sebastian.pop@amd.com> + * common.opt (fgraphite, fgraphite-identity): Add comment for + explaining why these options are not documented. + +2009-01-20 Sebastian Pop <sebastian.pop@amd.com> + * graphite.c (stmt_simple_for_scop_p): Also handle cases when gimple_call_lhs is NULL. diff --git a/gcc/common.opt b/gcc/common.opt index 4ffe1fd..2b798ca 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -551,6 +551,7 @@ Common Report Var(flag_gcse_after_reload) Optimization Perform global common subexpression elimination after register allocation has finished +; This option is not documented yet as its semantics will change. fgraphite Common Report Var(flag_graphite) Enable in and out of Graphite representation @@ -567,6 +568,7 @@ floop-block Common Report Var(flag_loop_block) Optimization Enable Loop Blocking transformation +; This option is not documented as it does not perform any useful optimization. fgraphite-identity Common Report Var(flag_graphite_identity) Optimization Enable Graphite Identity transformation |