Commit 47312d84 by Michael Meissner Committed by Michael Meissner

Add a blank line in verbose debug output

From-SVN: r19724
parent 92d4501f
......@@ -16,6 +16,7 @@ Wed May 13 13:09:19 1998 Jim Wilson <wilson@cygnus.com>
Wed May 13 15:28:59 1998 Michael Meissner <meissner@cygnus.com>
* haifa-sched.c (schedule_block): Make verbose output line up.
Also add a blank line in printing the individual ready lists.
Wed May 13 15:43:44 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
......
......@@ -6745,7 +6745,7 @@ schedule_block (bb, rgn_n_insns)
if (sched_verbose)
{
fprintf (dump, ";;\tReady list (t =%3d): ", clock_var);
fprintf (dump, "\n;;\tReady list (t =%3d): ", clock_var);
debug_ready_list (ready, n_ready);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment