aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>2000-08-21 13:42:29 +0000
committerJeff Law <law@gcc.gnu.org>2000-08-21 07:42:29 -0600
commite04ca094deb8860f36d28aa71cfdd66e8a6c55fd (patch)
treedf6727ef9c7c1a0110978c0130d936f8504b1fe8 /gcc/rtl.h
parent029ccdb3329b1efda30811e9e4d60eb61b12fae6 (diff)
downloadgcc-e04ca094deb8860f36d28aa71cfdd66e8a6c55fd.zip
gcc-e04ca094deb8860f36d28aa71cfdd66e8a6c55fd.tar.gz
gcc-e04ca094deb8860f36d28aa71cfdd66e8a6c55fd.tar.bz2
global.c (global_alloc): Avoid passing dumpfile argument to reload routines.
* global.c (global_alloc): Avoid passing dumpfile argument to reload routines. * toplev.c (rest_of_compilation): Likewise. * reload.h (reload): Remove dumpfile argument. Callers changed. (debug_reload, debug_reload_to_stream): Move prototypes here. * rtl.h (reload): Remove dumpfile argument. * reload.c (debug_reload): Remove prototype. (debug_reload_to_stream): Likewise. * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file instead. From-SVN: r35840
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index a882cf6..92ee583 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1847,9 +1847,7 @@ extern int function_invariant_p PARAMS ((rtx));
extern void reload_cse_regs PARAMS ((rtx));
extern void init_reload PARAMS ((void));
extern void mark_home_live PARAMS ((int));
-#ifdef BUFSIZ
-extern int reload PARAMS ((rtx, int, FILE *));
-#endif
+extern int reload PARAMS ((rtx, int));
/* In caller-save.c */
extern void init_caller_save PARAMS ((void));