global.c (global_alloc): Avoid passing dumpfile argument to reload routines.
authorJeffrey A Law <law@cygnus.com>
Mon, 21 Aug 2000 13:42:29 +0000 (13:42 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 21 Aug 2000 13:42:29 +0000 (07:42 -0600)
commite04ca094deb8860f36d28aa71cfdd66e8a6c55fd
treedf6727ef9c7c1a0110978c0130d936f8504b1fe8
parent029ccdb3329b1efda30811e9e4d60eb61b12fae6
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
gcc/ChangeLog
gcc/global.c
gcc/reload.c
gcc/reload.h
gcc/reload1.c
gcc/rtl.h
gcc/toplev.c