diff options
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index e60f573ecfa..8ba94473a83 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -2542,7 +2542,7 @@ rest_of_handle_local_alloc (void) allocate_initial_values (reg_equiv_memory_loc); - regclass (get_insns (), max_reg_num (), dump_file); + regclass (get_insns (), max_reg_num ()); rebuild_notes = local_alloc (); /* Local allocation may have turned an indirect jump into a direct |