diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2000-04-19 12:45:50 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2000-04-19 12:45:50 +0000 |
commit | 82ee5e63a0e0d33db937b5b3ee94e10fcb4cbf5d (patch) | |
tree | ef8167d399bcefb98ccb39e50f46c63d3d94878a /gcc/loop.h | |
parent | b9297e70ac910e77013c5700a56f652881da29bd (diff) | |
download | gcc-82ee5e63a0e0d33db937b5b3ee94e10fcb4cbf5d.zip gcc-82ee5e63a0e0d33db937b5b3ee94e10fcb4cbf5d.tar.gz gcc-82ee5e63a0e0d33db937b5b3ee94e10fcb4cbf5d.tar.bz2 |
Fix lossage caused by applying old version of my previous patch.
From-SVN: r33254
Diffstat (limited to 'gcc/loop.h')
-rw-r--r-- | gcc/loop.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,6 +247,6 @@ void emit_unrolled_add PARAMS ((rtx, rtx, rtx)); int back_branch_in_range_p PARAMS ((const struct loop *, rtx)); int loop_insn_first_p PARAMS ((rtx, rtx)); -typedef void (*loop_insn_callback ) PARAMS ((struct loop *, rtx, int, int)); +typedef rtx (*loop_insn_callback ) PARAMS ((struct loop *, rtx, int, int)); void for_each_insn_in_loop PARAMS ((struct loop *, loop_insn_callback)); |