diff options
author | Camil Staps | 2016-12-07 21:53:18 +0000 |
---|---|---|
committer | Camil Staps | 2016-12-07 21:53:18 +0000 |
commit | 89c01fbb42404caa3d7fb8617dcf669f6c894baa (patch) | |
tree | e399e044f0344b39fce3f657e5002108da31c52d | |
parent | Optimise negative offsets: don't subtract until necessary (diff) |
Fix compute_extreme_stack_offsets call
-rw-r--r-- | cgopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -859,7 +859,7 @@ void optimize_stack_access (struct basic_block *block,int *a_offset_p,int *b_off b_offset=0; - compute_extreme_stack_offsets (b_offset_p + compute_extreme_stack_offsets (*b_offset_p # ifdef THUMB2 , &min_a_offset , &first_instruction_to_fix_a_offset |