diff options
author | John van Groningen | 2015-09-01 09:49:57 +0000 |
---|---|---|
committer | John van Groningen | 2015-09-01 09:49:57 +0000 |
commit | 80b42cb6d4f747122d62ed2201789b01d3c1eb2a (patch) | |
tree | 5726313aff5f939ffe227892661a89dec1bbf88e /cgopt.h | |
parent | in .record directives store descriptor addresses of unboxed sub records after... (diff) |
port to ARM (update existing files)
Diffstat (limited to 'cgopt.h')
-rw-r--r-- | cgopt.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ extern void optimize_jumps (VOID); -extern void optimize_stack_access (struct basic_block *block,int *a_offset_p,int *b_offset_p); +extern void optimize_stack_access (struct basic_block *block,int *a_offset_p,int *b_offset_p +# ifdef ARM + ,int try_adjust_b_stack_pointer +# endif + ); extern int do_register_allocation (struct instruction *last_instruction,struct basic_block *basic_block, int highest_a_register,int highest_d_register,int highest_f_register, |