]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
common.opt (fgraphite, [...]): Add comment for explaining why these options are not...
authorSebastian Pop <sebastian.pop@amd.com>
Tue, 20 Jan 2009 15:01:14 +0000 (15:01 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Tue, 20 Jan 2009 15:01:14 +0000 (15:01 +0000)
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

gcc/ChangeLog
gcc/common.opt

index 4faf8450abebe8a2041d790736ddfa7dedc813c3..7b43b970454262cdc90850152cb9318421072726 100644 (file)
@@ -1,3 +1,8 @@
+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
index 4ffe1fd0518c562b37dba97e4e6ebc2b4481ffe8..2b798ca155751a98cb52d949c1ada60098b269af 100644 (file)
@@ -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