diff options
Diffstat (limited to 'gcc/ira.c')
-rw-r--r-- | gcc/ira.c | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2506,12 +2506,12 @@ calculate_allocation_cost (void) if (internal_flag_ira_verbose > 0 && ira_dump_file != NULL) { fprintf (ira_dump_file, - "+++Costs: overall %"PRId64 - ", reg %"PRId64 - ", mem %"PRId64 - ", ld %"PRId64 - ", st %"PRId64 - ", move %"PRId64, + "+++Costs: overall %" PRId64 + ", reg %" PRId64 + ", mem %" PRId64 + ", ld %" PRId64 + ", st %" PRId64 + ", move %" PRId64, ira_overall_cost, ira_reg_cost, ira_mem_cost, ira_load_cost, ira_store_cost, ira_shuffle_cost); fprintf (ira_dump_file, "\n+++ move loops %d, new jumps %d\n", @@ -5442,7 +5442,7 @@ do_reload (void) if (internal_flag_ira_verbose > 0 && ira_dump_file != NULL && overall_cost_before != ira_overall_cost) - fprintf (ira_dump_file, "+++Overall after reload %"PRId64 "\n", + fprintf (ira_dump_file, "+++Overall after reload %" PRId64 "\n", ira_overall_cost); flag_ira_share_spill_slots = saved_flag_ira_share_spill_slots; |