Commit 650ae806 by Anthony Green Committed by Anthony Green

Set current_function_static_stack_size for moxie.

From-SVN: r195311
parent 5af057d8
2013-01-19 Anthony Green <green@moxielogic.com>
* config/moxie/moxie.c (moxie_expand_prologue): Set
current_function_static_stack_size.
2013-01-18 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/56029
......
......@@ -281,6 +281,9 @@ moxie_expand_prologue (void)
moxie_compute_frame ();
if (flag_stack_usage_info)
current_function_static_stack_size = cfun->machine->size_for_adjusting_sp;
/* Save callee-saved registers. */
for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
{
......
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