From b4147b63ad2d8dace41f33d62ac341b7c64ae905 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Tue, 2 Jun 2015 12:27:31 +0200 Subject: [PATCH] df-scan.c (df_scan_start_dump): Add space between regno and regname. * df-scan.c (df_scan_start_dump): Add space between regno and regname. From-SVN: r224021 --- gcc/ChangeLog | 49 ++++++++++++++++++++++++++++++++----------------- gcc/df-scan.c | 2 +- 2 files changed, 33 insertions(+), 18 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9f3ec684279..f09b8ee4ae8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-06-02 Uros Bizjak + + * df-scan.c (df_scan_start_dump): Add space between regno and regname. + 2015-06-02 Bin Cheng PR tree-optimization/48052 @@ -195,7 +199,8 @@ 2015-06-01 Martin Liska - * ipa-inline-analysis.c (edge_set_predicate): Use new type-based pool allocator. + * ipa-inline-analysis.c (edge_set_predicate): Use new type-based + pool allocator. (set_hint_predicate): Likewise. (inline_summary_alloc): Likewise. (reset_inline_edge_summary): Likewise. @@ -222,7 +227,8 @@ 2015-06-01 Martin Liska - * tree-ssa-structalias.c (new_var_info): Use new type-based pool allocator. + * tree-ssa-structalias.c (new_var_info): Use new type-based + pool allocator. (new_constraint): Likewise. (init_alias_vars): Likewise. (delete_points_to_sets): Likewise. @@ -235,7 +241,8 @@ 2015-06-01 Martin Liska - * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based pool allocator. + * tree-ssa-sccvn.c (vn_reference_insert): Use new type-based + pool allocator. (vn_reference_insert_pieces): Likewise. (vn_phi_insert): Likewise. (visit_reference_op_call): Likewise. @@ -247,7 +254,8 @@ 2015-06-01 Martin Liska - * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based pool allocator. + * tree-ssa-reassoc.c (add_to_ops_vec): Use new type-based + pool allocator. (add_repeat_to_ops_vec): Likewise. (get_ops): Likewise. (maybe_optimize_range_tests): Likewise. @@ -256,7 +264,8 @@ 2015-06-01 Martin Liska - * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based pool allocator. + * tree-ssa-pre.c (get_or_alloc_expr_for_name): Use new type-based + pool allocator. (bitmap_set_new): Likewise. (get_or_alloc_expr_for_constant): Likewise. (get_or_alloc_expr_for): Likewise. @@ -276,20 +285,23 @@ 2015-06-01 Martin Liska - * regcprop.c (free_debug_insn_changes): Use new type-based pool allocator. + * regcprop.c (free_debug_insn_changes): Use new type-based + pool allocator. (replace_oldest_value_reg): Likewise. (pass_cprop_hardreg::execute): Likewise. 2015-06-01 Martin Liska - * ira-build.c (initiate_cost_vectors): Use new type-based pool allocator. + * ira-build.c (initiate_cost_vectors): Use new type-based + pool allocator. (ira_allocate_cost_vector): Likewise. (ira_free_cost_vector): Likewise. (finish_cost_vectors): Likewise. 2015-06-01 Martin Liska - * sel-sched-ir.c (alloc_sched_pools): Use new type-based pool allocator. + * sel-sched-ir.c (alloc_sched_pools): Use new type-based + pool allocator. (free_sched_pools): Likewise. * sel-sched-ir.h (_list_alloc): Likewise. (_list_remove): Likewise. @@ -330,7 +342,8 @@ 2015-06-01 Martin Liska - * df-scan.c (struct df_scan_problem_data):Use new type-based pool allocator. + * df-scan.c (struct df_scan_problem_data):Use new type-based + pool allocator. (df_scan_free_internal) Likewise. (df_scan_alloc) Likewise. (df_grow_reg_info) Likewise. @@ -372,20 +385,23 @@ 2015-06-01 Martin Liska - * cfg.c (initialize_original_copy_tables):Use new type-based pool allocator. + * cfg.c (initialize_original_copy_tables):Use new type-based + pool allocator. (free_original_copy_tables) Likewise. (copy_original_table_clear) Likewise. (copy_original_table_set) Likewise. 2015-06-01 Martin Liska - * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based pool allocator. + * asan.c (asan_mem_ref_get_alloc_pool):Use new type-based + pool allocator. (asan_mem_ref_new) Likewise. (free_mem_ref_resources) Likewise. 2015-06-01 Martin Liska - * var-tracking.c (variable_htab_free):Use new type-based pool allocator. + * var-tracking.c (variable_htab_free):Use new type-based + pool allocator. (attrs_list_clear) Likewise. (attrs_list_insert) Likewise. (attrs_list_copy) Likewise. @@ -419,7 +435,8 @@ 2015-06-01 Martin Liska - * ira-color.c (init_update_cost_records):Use new type-based pool allocator. + * ira-color.c (init_update_cost_records):Use new type-based + pool allocator. (get_update_cost_record) Likewise. (free_update_cost_record_list) Likewise. (finish_update_cost_records) Likewise. @@ -790,10 +807,8 @@ * config/frv/frv.h (DRIVER_SELF_SPECS): Use FPIC_SPEC, NO_FPIC_SPEC and NO_FPIE1_AND_FPIC1_SPEC. (ASM_SPEC): Use FPIE1_OR_FPIC1_SPEC and FPIE2_OR_FPIC2_SPEC. - * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and - NO_FPIC_SPEC. - * config/mips/gnu-user.h (NO_SHARED_SPECS): Use - NO_FPIE_AND_FPIC_SPEC. + * config/m68k/m68k.h (ASM_PCREL_SPEC): Use FPIC_SPEC and NO_FPIC_SPEC. + * config/mips/gnu-user.h (NO_SHARED_SPECS): Use NO_FPIE_AND_FPIC_SPEC. * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Use FPIC_SPEC. * config/rs6000/freebsd64.h (ASM_SPEC32): Likewise. * config/rs6000/vxworks.h (ASM_SPEC): Likewise. diff --git a/gcc/df-scan.c b/gcc/df-scan.c index 4646bcf59c4..74f7375e3e0 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -365,7 +365,7 @@ df_scan_start_dump (FILE *file ATTRIBUTE_UNUSED) fprintf (file, ";; regs ever live \t"); for (i = 0; i < FIRST_PSEUDO_REGISTER; i++) if (df_regs_ever_live_p (i)) - fprintf (file, " %d[%s]", i, reg_names[i]); + fprintf (file, " %d [%s]", i, reg_names[i]); fprintf (file, "\n;; ref usage \t"); for (i = 0; i < (int)df->regs_inited; i++) -- 2.30.2