Commit 247df3b6 by Tristan Gingold Committed by Tristan Gingold

avr.c (expand_prologue): Set current_function_static_stack_size.

2010-09-28  Tristan Gingold  <gingold@adacore.com>

	* config/avr/avr.c (expand_prologue): Set
	current_function_static_stack_size.

From-SVN: r164678
parent d5ad88c0
2010-09-28 Tristan Gingold <gingold@adacore.com>
* config/avr/avr.c (expand_prologue): Set
current_function_static_stack_size.
2010-09-28 Tristan Gingold <gingold@adacore.com>
* config/alpha/alpha.md: Change the initial condition of the
probing loop.
......@@ -747,6 +747,9 @@ expand_prologue (void)
}
}
}
if (flag_stack_usage)
current_function_static_stack_size = cfun->machine->stack_usage;
}
/* Output summary at end of function prologue. */
......
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