diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-05-31 22:15:42 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-05-31 22:15:42 +0000 |
commit | 41077ce4b37a093155987bdf671bdf91510f9067 (patch) | |
tree | 5e8831114d6a8c6a8fbf6e52bd8fbb15155c9a23 /gcc/unroll.c | |
parent | b2e426a0cc27661b3c296f9cb6d3cd37930f55cc (diff) | |
download | gcc-41077ce4b37a093155987bdf671bdf91510f9067.zip gcc-41077ce4b37a093155987bdf671bdf91510f9067.tar.gz gcc-41077ce4b37a093155987bdf671bdf91510f9067.tar.bz2 |
target.h: Fix formatting.
* target.h: Fix formatting.
* timevar.h: Likewise.
* tlink.c: Likewise.
* toplev.c: Likewise.
* toplev.h: Likewise.
* tree.c: Likewise.
* tree-dump.h: Likewise.
* tree.h: Likewise.
* tree-inline.h: Likewise.
* unroll.c: Likewise.
* unwind-dw2.c: Likewise.
* unwind-dw2-fde.c: Likewise.
* unwind-dw2-fde-glibc.c: Likewise.
* unwind-dw2-fde.h: Likewise.
* unwind.h: Likewise.
* unwind-sjlj.c: Likewise.
* varasm.c: Likewise.
* varray.h: Likewise.
* vmsdbg.h: Likewise.
* vmsdbgout.c: Likewise.
* xcoffout.h: Likewise.
From-SVN: r54123
Diffstat (limited to 'gcc/unroll.c')
-rw-r--r-- | gcc/unroll.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/unroll.c b/gcc/unroll.c index 1047ebf..ceec66e 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -1635,7 +1635,7 @@ calculate_giv_inc (pattern, src_insn, regno) rtx second_part = XEXP (increment, 1); enum rtx_code code = GET_CODE (increment); - increment = find_last_value (XEXP (increment, 0), + increment = find_last_value (XEXP (increment, 0), &src_insn, NULL_RTX, 0); /* Don't need the last insn anymore. */ delete_related_insns (get_last_insn ()); @@ -1732,7 +1732,7 @@ final_reg_note_copy (notesp, map) while (*notesp) { rtx note = *notesp; - + if (GET_CODE (note) == INSN_LIST) { /* Sometimes, we have a REG_WAS_0 note that points to a @@ -2579,7 +2579,7 @@ find_splittable_regs (loop, unroll_type, unroll_number) rtx tem = gen_reg_rtx (bl->biv->mode); record_base_value (REGNO (tem), bl->biv->add_val, 0); - loop_insn_hoist (loop, + loop_insn_hoist (loop, gen_move_insn (tem, bl->biv->src_reg)); if (loop_dump_stream) @@ -3594,7 +3594,7 @@ loop_iterations (loop) && INSN_LUID (JUMP_LABEL (temp)) < INSN_LUID (loop->cont)) { if (loop_dump_stream) - fprintf + fprintf (loop_dump_stream, "Loop iterations: Loop has multiple back edges.\n"); return 0; |