diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2006-05-18 22:16:23 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2006-05-18 22:16:23 +0000 |
commit | c22cacf346343c87823813e73734aa7d728553c6 (patch) | |
tree | 3ae25fdc8c96c858e654f50a244ec03375560ecb /gcc/cfgexpand.c | |
parent | e836620206f1e96d7dac7c3b91c00e01b39e39f3 (diff) | |
download | gcc-c22cacf346343c87823813e73734aa7d728553c6.zip gcc-c22cacf346343c87823813e73734aa7d728553c6.tar.gz gcc-c22cacf346343c87823813e73734aa7d728553c6.tar.bz2 |
Whitespace fixups
From-SVN: r113893
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 75d8e9d..4822ed8 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -513,7 +513,7 @@ expand_one_stack_var_at (tree decl, HOST_WIDE_INT offset) { HOST_WIDE_INT align; rtx x; - + /* If this fails, we've overflowed the stack frame. Error nicely? */ gcc_assert (offset == trunc_int_for_mode (offset, Pmode)); @@ -557,7 +557,7 @@ expand_stack_vars (bool (*pred) (tree)) if (DECL_RTL (stack_vars[i].decl) != pc_rtx) continue; - /* Check the predicate to see whether this variable should be + /* Check the predicate to see whether this variable should be allocated in this pass. */ if (pred && !pred (stack_vars[i].decl)) continue; @@ -674,7 +674,7 @@ expand_one_error_var (tree var) SET_DECL_RTL (var, x); } -/* A subroutine of expand_one_var. VAR is a variable that will be +/* A subroutine of expand_one_var. VAR is a variable that will be allocated to the local stack frame. Return true if we wish to add VAR to STACK_VARS so that it will be coalesced with other variables. Return false to allocate VAR immediately. @@ -699,7 +699,7 @@ defer_stack_allocation (tree var, bool toplevel) /* Without optimization, *most* variables are allocated from the stack, which makes the quadratic problem large exactly when we - want compilation to proceed as quickly as possible. On the + want compilation to proceed as quickly as possible. On the other hand, we don't want the function's stack frame size to get completely out of hand. So we avoid adding scalars and "small" aggregates to the list at all. */ @@ -1001,16 +1001,16 @@ expand_used_vars (void) if (stack_vars_num > 0) { /* Due to the way alias sets work, no variables with non-conflicting - alias sets may be assigned the same address. Add conflicts to + alias sets may be assigned the same address. Add conflicts to reflect this. */ add_alias_set_conflicts (); - /* If stack protection is enabled, we don't share space between + /* If stack protection is enabled, we don't share space between vulnerable data and non-vulnerable data. */ if (flag_stack_protect) add_stack_protection_conflicts (); - /* Now that we have collected all stack variables, and have computed a + /* Now that we have collected all stack variables, and have computed a minimal interference graph, attempt to save some stack space. */ partition_stack_vars (); if (dump_file) @@ -1029,7 +1029,7 @@ expand_used_vars (void) { /* Reorder decls to be protected by iterating over the variables array multiple times, and allocating out of each phase in turn. */ - /* ??? We could probably integrate this into the qsort we did + /* ??? We could probably integrate this into the qsort we did earlier, such that we naturally see these variables first, and thus naturally allocate things in the right order. */ if (has_protected_decls) @@ -1158,7 +1158,7 @@ expand_gimple_cond_expr (basic_block bb, tree stmt) update_bb_for_insn (new_bb); maybe_dump_rtl_for_tree_stmt (stmt, last2); - + if (EXPR_LOCUS (else_exp)) emit_line_note (*(EXPR_LOCUS (else_exp))); @@ -1221,9 +1221,9 @@ expand_gimple_tailcall (basic_block bb, tree stmt, bool *can_fallthru) e->dest->count -= e->count; e->dest->frequency -= EDGE_FREQUENCY (e); if (e->dest->count < 0) - e->dest->count = 0; + e->dest->count = 0; if (e->dest->frequency < 0) - e->dest->frequency = 0; + e->dest->frequency = 0; } count += e->count; probability += e->probability; @@ -1303,7 +1303,7 @@ expand_gimple_basic_block (basic_block bb) expand_expr_stmt (stmt); /* Java emits line number notes in the top of labels. - ??? Make this go away once line number notes are obsoleted. */ + ??? Make this go away once line number notes are obsoleted. */ BB_HEAD (bb) = NEXT_INSN (last); if (NOTE_P (BB_HEAD (bb))) BB_HEAD (bb) = NEXT_INSN (BB_HEAD (bb)); @@ -1323,8 +1323,8 @@ expand_gimple_basic_block (basic_block bb) e->flags &= ~EDGE_EXECUTABLE; /* At the moment not all abnormal edges match the RTL representation. - It is safe to remove them here as find_many_sub_basic_blocks will - rediscover them. In the future we should get this fixed properly. */ + It is safe to remove them here as find_many_sub_basic_blocks will + rediscover them. In the future we should get this fixed properly. */ if (e->flags & EDGE_ABNORMAL) remove_edge (e); else @@ -1492,7 +1492,7 @@ construct_exit_block (void) FOR_EACH_EDGE (e2, ei, EXIT_BLOCK_PTR->preds) if (e2 != e) { - e->count -= e2->count; + e->count -= e2->count; exit_block->count -= e2->count; exit_block->frequency -= EDGE_FREQUENCY (e2); } @@ -1505,7 +1505,7 @@ construct_exit_block (void) update_bb_for_insn (exit_block); } -/* Helper function for discover_nonconstant_array_refs. +/* Helper function for discover_nonconstant_array_refs. Look for ARRAY_REF nodes with non-constant indexes and mark them addressable. */ @@ -1668,15 +1668,15 @@ tree_expand_cfg (void) /* If we're emitting a nested function, make sure its parent gets emitted as well. Doing otherwise confuses debug info. */ - { + { tree parent; for (parent = DECL_CONTEXT (current_function_decl); - parent != NULL_TREE; - parent = get_containing_scope (parent)) + parent != NULL_TREE; + parent = get_containing_scope (parent)) if (TREE_CODE (parent) == FUNCTION_DECL) - TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (parent)) = 1; + TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (parent)) = 1; } - + /* We are now committed to emitting code for this function. Do any preparation, such as emitting abstract debug info for the inline before it gets mangled by optimization. */ @@ -1693,13 +1693,13 @@ tree_expand_cfg (void) struct tree_opt_pass pass_expand = { - "expand", /* name */ + "expand", /* name */ NULL, /* gate */ - tree_expand_cfg, /* execute */ + tree_expand_cfg, /* execute */ NULL, /* sub */ NULL, /* next */ 0, /* static_pass_number */ - TV_EXPAND, /* tv_id */ + TV_EXPAND, /* tv_id */ /* ??? If TER is enabled, we actually receive GENERIC. */ PROP_gimple_leh | PROP_cfg, /* properties_required */ PROP_rtl, /* properties_provided */ |