aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2000-05-15 17:07:13 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2000-05-15 17:07:13 +0000
commit1bf14ad7a469ad3816146cf31c11d0bcc36d5220 (patch)
treebfb662e2c39c364781f468e95d92e16b99123bcd /gcc/rtl.h
parentb8d254e64d0d10553df34b4d9bf67fd003730111 (diff)
downloadgcc-1bf14ad7a469ad3816146cf31c11d0bcc36d5220.zip
gcc-1bf14ad7a469ad3816146cf31c11d0bcc36d5220.tar.gz
gcc-1bf14ad7a469ad3816146cf31c11d0bcc36d5220.tar.bz2
loop.c (scan_loop, [...]): Change unroll_p and bct_p parameters to flags.
* loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p and bct_p parameters to flags. * loop.h (LOOP_UNROLL, LOOP_BCT): New constants. * rtl.h (loop_optimize): Update prototype. * toplev.c (rest_of_compilation): Update call of loop_optimize. From-SVN: r33912
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index ccd143e..089d48b 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1614,7 +1614,7 @@ extern void print_inline_rtx PARAMS ((FILE *, rtx, int));
extern void init_loop PARAMS ((void));
extern rtx libcall_other_reg PARAMS ((rtx, rtx));
#ifdef BUFSIZ
-extern void loop_optimize PARAMS ((rtx, FILE *, int, int));
+extern void loop_optimize PARAMS ((rtx, FILE *, int));
#endif
extern void record_excess_regs PARAMS ((rtx, rtx, rtx *));