summaryrefslogtreecommitdiff
path: root/gcc/global.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-21 13:42:29 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-21 13:42:29 +0000
commitbfd0ee98ca885f724efc6b3a402cce1c7237cf56 (patch)
treedf6727ef9c7c1a0110978c0130d936f8504b1fe8 /gcc/global.c
parent0c55dfc6680bbea9f00c5c6332d71596523865d0 (diff)
downloadgcc-bfd0ee98ca885f724efc6b3a402cce1c7237cf56.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35840 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/global.c')
-rw-r--r--gcc/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c
index 8f308fceb5a..62e80afd2f0 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -578,7 +578,7 @@ global_alloc (file)
#endif
{
build_insn_chain (get_insns ());
- retval = reload (get_insns (), 1, file);
+ retval = reload (get_insns (), 1);
}
/* Clean up. */