From ea0041f4f42552dbd42590a51562ab0562b6a670 Mon Sep 17 00:00:00 2001 From: sayle Date: Sat, 15 Mar 2003 13:43:33 +0000 Subject: * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace. * c-typeck.c (c_tree_expr_nonnegative_p): Likewise. * cfgbuild.c (find_many_sub_basic_blocks): Likewise. (find_sub_basic_blocks): Likewise. * cgraphunit.c (cgraph_expand_functions): Likewise. * dwarf2out.c (prune_unused_types): Likewise. * expr.c (store_field): Likewise. * genextract.c (print_path): Likewise. * haifa-sched.c (schedule_insn): Likewise. * lcm.c (compute_antinout_edge): Likewise. * loop-unroll.c (decide_peel_once_rolling): Likewise. * ra-colorize.c (ra_colorize_free_all): Likewise. * ra-debug.c (dump_igraph): Likewise. (debug_hard_reg_set): Likewise. * reg-stack.c (reg_to_stack): Likewise. * rtlanal.c (refers_to_regno_p): Likewise. * tracer.c (layout_superblocks): Likewise. * cp/tree.c (count_functions): Fix whitespace. * f/ste.c (ffeste_R810): Fix whitespace. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64402 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/dwarf2out.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 445f325fde6..6a15a3b13f8 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -12941,14 +12941,10 @@ prune_unused_types () /* Also set the mark on nodes referenced from the pubname_table or arange_table. */ - for (i=0; i < pubname_table_in_use; i++) - { - prune_unused_types_mark (pubname_table[i].die, 1); - } - for (i=0; i < arange_table_in_use; i++) - { - prune_unused_types_mark (arange_table[i], 1); - } + for (i = 0; i < pubname_table_in_use; i++) + prune_unused_types_mark (pubname_table[i].die, 1); + for (i = 0; i < arange_table_in_use; i++) + prune_unused_types_mark (arange_table[i], 1); /* Get rid of nodes that aren't marked. */ prune_unused_types_prune (comp_unit_die); -- cgit v1.2.1