diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 22:15:42 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 22:15:42 +0000 |
commit | 6c34d0c2c1cdfa7fa0ca97cfe50fffe256aa0dee (patch) | |
tree | 5e8831114d6a8c6a8fbf6e52bd8fbb15155c9a23 /gcc/unroll.c | |
parent | ff11430a476c56de188f1a88f4b6206d40555ff4 (diff) | |
download | gcc-6c34d0c2c1cdfa7fa0ca97cfe50fffe256aa0dee.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54123 138bc75d-0d04-0410-961f-82ee72b054a4
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 1047ebfb8f5..ceec66ee0d3 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; |