Remove bogus argument to fprintf.

From-SVN: r13677
This commit is contained in:
Michael Meissner 1997-02-26 19:51:24 +00:00
parent e08cb549c8
commit b32221da8d
1 changed files with 1 additions and 1 deletions

View File

@ -6053,7 +6053,7 @@ debug_reload()
fprintf (stderr, ", inc by %d\n", reload_inc[r]);
if (reload_nocombine[r])
fprintf (stderr, ", can't combine", reload_nocombine[r]);
fprintf (stderr, ", can't combine");
if (reload_secondary_p[r])
fprintf (stderr, ", secondary_reload_p");