diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-30 20:55:11 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-30 20:55:11 +0000 |
commit | 8851e806c9f3675e49a1ac67e973aee413dd387b (patch) | |
tree | 5571e1edfbc286f33f9f02aa9fb4c0a973d14f11 /gcc/loop.h | |
parent | 9a506adc7af1b07d359f6a25268b115ed32d34a2 (diff) | |
download | gcc-8851e806c9f3675e49a1ac67e973aee413dd387b.tar.gz |
* langhooks.c: Fix formatting.
* langhooks.h: Likewise.
* lcm.c: Likewise.
* libgcc2.c: Likewise.
* lists.c: Likewise.
* local-alloc.c: Likewise.
* loop.c: Likewise.
* loop.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54070 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop.h')
-rw-r--r-- | gcc/loop.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/loop.h b/gcc/loop.h index 3df9cfc33fc..4f4dc4160c1 100644 --- a/gcc/loop.h +++ b/gcc/loop.h @@ -205,7 +205,7 @@ enum iv_mode struct iv { enum iv_mode type; - union + union { struct iv_class *class; struct induction *info; @@ -394,7 +394,7 @@ int loop_invariant_p PARAMS ((const struct loop *, rtx)); rtx get_condition_for_loop PARAMS ((const struct loop *, rtx)); void loop_iv_add_mult_hoist PARAMS ((const struct loop *, rtx, rtx, rtx, rtx)); void loop_iv_add_mult_sink PARAMS ((const struct loop *, rtx, rtx, rtx, rtx)); -void loop_iv_add_mult_emit_before PARAMS ((const struct loop *, rtx, +void loop_iv_add_mult_emit_before PARAMS ((const struct loop *, rtx, rtx, rtx, rtx, basic_block, rtx)); rtx express_from PARAMS ((struct induction *, struct induction *)); @@ -414,7 +414,7 @@ int back_branch_in_range_p PARAMS ((const struct loop *, rtx)); int loop_insn_first_p PARAMS ((rtx, rtx)); typedef rtx (*loop_insn_callback) PARAMS ((struct loop *, rtx, int, int)); void for_each_insn_in_loop PARAMS ((struct loop *, loop_insn_callback)); -rtx loop_insn_emit_before PARAMS((const struct loop *, basic_block, +rtx loop_insn_emit_before PARAMS((const struct loop *, basic_block, rtx, rtx)); rtx loop_insn_sink PARAMS((const struct loop *, rtx)); rtx loop_insn_hoist PARAMS((const struct loop *, rtx)); |