diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-17 18:07:01 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-17 18:07:01 +0000 |
commit | d3371fcdcc3bd30574a2659c8ada4285dafc0afd (patch) | |
tree | ac2f99f989f1e0a7e29071f30fbda71a9b47deb7 /gcc/final.c | |
parent | 9371e4aba42ee62a0ec71ebc45981c3ceb57807c (diff) | |
download | gcc-d3371fcdcc3bd30574a2659c8ada4285dafc0afd.tar.gz |
* final.c: Fix formatting.
* fix-header.c: Likewise.
* flow.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53563 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gcc/final.c b/gcc/final.c index 3e1b2232c39..2eeeb8c39a8 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -502,7 +502,7 @@ end_final (filename) ASM_GENERATE_INTERNAL_LABEL (name, "LPBX", 0); DECL_NAME (structure_value) = get_identifier (name); - /* Size of this structure. */ + /* Size of this structure. */ TREE_VALUE (sizeof_field_value) = convert (long_integer_type_node, build_int_2 (int_size_in_bytes (structure_decl), 0)); @@ -668,7 +668,7 @@ get_attr_length (insn) case JUMP_INSN: body = PATTERN (insn); - if (GET_CODE (body) == ADDR_VEC || GET_CODE (body) == ADDR_DIFF_VEC) + if (GET_CODE (body) == ADDR_VEC || GET_CODE (body) == ADDR_DIFF_VEC) { /* Alignment is machine-dependent and should be handled by ADDR_VEC_ALIGN. */ @@ -1521,7 +1521,7 @@ shorten_branches (first) insn_current_address += insn_lengths[inner_uid]; } - } + } else insn_current_address += insn_lengths[uid]; @@ -1937,7 +1937,7 @@ final (first, file, optimize, prescan) new_item->cfg_checksum = profile_info.current_function_cfg_checksum; new_item->count_edges = profile_info.count_edges_instrumented_now; } - + free (line_note_exists); line_note_exists = NULL; } @@ -2696,13 +2696,13 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes) insn_code_number = recog_memoized (insn); cleanup_subreg_operands (insn); - /* Dump the insn in the assembly for debugging. */ - if (flag_dump_rtl_in_asm) - { - print_rtx_head = ASM_COMMENT_START; - print_rtl_single (asm_out_file, insn); - print_rtx_head = ""; - } + /* Dump the insn in the assembly for debugging. */ + if (flag_dump_rtl_in_asm) + { + print_rtx_head = ASM_COMMENT_START; + print_rtl_single (asm_out_file, insn); + print_rtx_head = ""; + } if (! constrain_operands_cached (1)) fatal_insn_not_found (insn); @@ -3127,7 +3127,7 @@ output_operand_lossage VPARAMS ((const char *msgid, ...)) pfx_str = this_is_asm_operands ? _("invalid `asm': ") : "output_operand: "; asprintf (&fmt_string, "%s%s", pfx_str, _(msgid)); vasprintf (&new_message, fmt_string, ap); - + if (this_is_asm_operands) error_for_asm (this_is_asm_operands, "%s", new_message); else |