summaryrefslogtreecommitdiff
path: root/cgopt.h
diff options
context:
space:
mode:
authorJohn van Groningen2015-09-01 09:49:57 +0000
committerJohn van Groningen2015-09-01 09:49:57 +0000
commit80b42cb6d4f747122d62ed2201789b01d3c1eb2a (patch)
tree5726313aff5f939ffe227892661a89dec1bbf88e /cgopt.h
parentin .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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cgopt.h b/cgopt.h
index 7b61680..5f490a9 100644
--- a/cgopt.h
+++ b/cgopt.h
@@ -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,