* common.opt (fstack-reuse): Mark as optimization.
authorJan Hubicka <hubicka@ucw.cz>
Tue, 10 Feb 2015 16:44:27 +0000 (17:44 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 10 Feb 2015 16:44:27 +0000 (16:44 +0000)
From-SVN: r220588

gcc/ChangeLog
gcc/common.opt

index 5da067e24955562526d26cddf16e23f3b233ada9..1e913da9588e9f994e961d040daeece0f62bd4f2 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
+
+       * common.opt (fstack-reuse): Mark as optimization.
+
 2015-02-10  Jan Hubicka  <hubicka@ucw.cz>
 
        PR ipa/64982
index 262481ff4302fb8a6c3f3bbd93cd7fa10dd3fa9b..cf4e5035e5525bcb96ed170b65a3f3315aedd878 100644 (file)
@@ -1372,7 +1372,7 @@ Common Report Var(flag_if_conversion2) Optimization
 Perform conversion of conditional jumps to conditional execution
 
 fstack-reuse=
-Common Joined RejectNegative Enum(stack_reuse_level) Var(flag_stack_reuse) Init(SR_ALL)
+Common Joined RejectNegative Enum(stack_reuse_level) Var(flag_stack_reuse) Init(SR_ALL) Optimization
 -fstack-reuse=[all|named_vars|none] Set stack reuse level for local variables.
 
 Enum