* 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 5da067e..1e913da 100644 (file)
@@ -1,5 +1,9 @@
 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
        * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg
        thunks.
index 262481f..cf4e503 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