mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-15 08:13:57 +08:00
Set current_function_static_stack_size for moxie.
From-SVN: r195311
This commit is contained in:
parent
5af057d8bd
commit
650ae806f0
@ -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
|
||||
|
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user