Set current_function_static_stack_size for moxie.

From-SVN: r195311
This commit is contained in:
Anthony Green 2013-01-19 13:48:16 +00:00 committed by Anthony Green
parent 5af057d8bd
commit 650ae806f0
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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++)
{