Commit 082908e3 by Jan Hubicka Committed by Jan Hubicka

* common.opt (fstack-reuse): Mark as optimization.

From-SVN: r220588
parent d90cae08
2015-02-10 Jan Hubicka <hubicka@ucw.cz> 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 PR ipa/64982
* cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg * cgraphunit.c (cgraph_node::expand_thunk): Look for stdarg
thunks. thunks.
......
...@@ -1372,7 +1372,7 @@ Common Report Var(flag_if_conversion2) Optimization ...@@ -1372,7 +1372,7 @@ Common Report Var(flag_if_conversion2) Optimization
Perform conversion of conditional jumps to conditional execution Perform conversion of conditional jumps to conditional execution
fstack-reuse= 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. -fstack-reuse=[all|named_vars|none] Set stack reuse level for local variables.
Enum Enum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment