diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-05-18 15:16:25 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-05-18 15:16:25 +0000 |
commit | d92b44865fab81d50fc2db997387f92448d7611a (patch) | |
tree | 3c686422c3e4f85de25c693a6d75526ea9a7a011 /gcc/toplev.c | |
parent | 770dc0c5b9dd4e0b77f3a350388e016ef723dbbf (diff) | |
download | gcc-d92b44865fab81d50fc2db997387f92448d7611a.zip gcc-d92b44865fab81d50fc2db997387f92448d7611a.tar.gz gcc-d92b44865fab81d50fc2db997387f92448d7611a.tar.bz2 |
timevar.c: Fix formatting.
* timevar.c: Fix formatting.
* tlink.c: Likewise.
* toplev.c: Likewise.
* tree-dump.c: Likewise.
* tree-inline.c: Likewise.
From-SVN: r53591
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 83cdc57..cedfbc2 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2512,7 +2512,7 @@ rest_of_compilation (decl) rebuild_jump_labels (insns); find_exception_handler_labels (); find_basic_blocks (insns, max_reg_num (), rtl_dump_file); - + delete_unreachable_blocks (); /* Turn NOTE_INSN_PREDICTIONs into branch predictions. */ @@ -2528,7 +2528,7 @@ rest_of_compilation (decl) /* There is pass ordering problem - we must lower NOTE_INSN_PREDICTION notes before simplifying cfg and we must do lowering after sibcall that unhides parts of RTL chain and cleans up the CFG. - + Until sibcall is replaced by tree-level optimizer, lets just sweep away the NOTE_INSN_PREDICTION notes that leaked out. */ for (insn = get_insns (); insn; insn = NEXT_INSN (insn)) @@ -3868,7 +3868,7 @@ decode_f_option (arg) stack_limit_rtx = gen_rtx_SYMBOL_REF (Pmode, nm); } else if ((option_value - = skip_leading_substring (arg, "message-length="))) + = skip_leading_substring (arg, "message-length="))) output_set_maximum_length (&global_dc->buffer, read_integral_parameter (option_value, arg - 2, diagnostic_line_cutoff (global_dc))); |