Commit b8a404dc by Jiong Wang Committed by Marcus Shawcroft

[AArch64] Consistent parameter types in prologue/epilogue generation.

From-SVN: r212945
parent a007a21c
2014-07-23 Jiong Wang <jiong.wang@arm.com>
* config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change
type to HOST_WIDE_INT.
2014-07-23 Jiong Wang <jiong.wang@arm.com>
* config/aarch64/aarch64.c (aarch64_expand_prologue)
(aarch64_save_or_restore_fprs)
(aarch64_save_or_restore_callee_save_registers): GNU-Stylize code.
......
......@@ -1910,7 +1910,7 @@ aarch64_register_saved_on_entry (int regno)
static void
aarch64_save_or_restore_fprs (int start_offset, int increment,
aarch64_save_or_restore_fprs (HOST_WIDE_INT start_offset, int increment,
bool restore, rtx base_rtx)
{
......
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