diff options
Diffstat (limited to 'gcc/config/mt/mt.c')
-rw-r--r-- | gcc/config/mt/mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mt/mt.c b/gcc/config/mt/mt.c index 2906e3c1573..59529acfb0e 100644 --- a/gcc/config/mt/mt.c +++ b/gcc/config/mt/mt.c @@ -2452,7 +2452,7 @@ mt_machine_reorg (void) mt_reorg_loops (dump_file); if (mt_flag_delayed_branch) - dbr_schedule (get_insns (), dump_file); + dbr_schedule (get_insns ()); if (TARGET_MS2) { |