Commit f7393e85 by Richard Kenner

Fix formatting.

From-SVN: r9116
parent 15e779e8
...@@ -5761,19 +5761,22 @@ debug_reload() ...@@ -5761,19 +5761,22 @@ debug_reload()
if (reload_in[r]) if (reload_in[r])
{ {
fprintf (stderr, "\nreload_in (%s) = ", GET_MODE_NAME(reload_inmode[r])); fprintf (stderr, "\nreload_in (%s) = ",
GET_MODE_NAME (reload_inmode[r]));
debug_rtx (reload_in[r]); debug_rtx (reload_in[r]);
} }
if (reload_out[r]) if (reload_out[r])
{ {
fprintf (stderr, "\nreload_out (%s) = ", GET_MODE_NAME (reload_outmode[r])); fprintf (stderr, "\nreload_out (%s) = ",
GET_MODE_NAME (reload_outmode[r]));
debug_rtx (reload_out[r]); debug_rtx (reload_out[r]);
} }
fprintf (stderr, "%s, ", reg_class_names[(int) reload_reg_class[r]]); fprintf (stderr, "%s, ", reg_class_names[(int) reload_reg_class[r]]);
fprintf (stderr, "%s (opnum = %d)", reload_when_needed_name[(int)reload_when_needed[r]], fprintf (stderr, "%s (opnum = %d)",
reload_when_needed_name[(int)reload_when_needed[r]],
reload_opnum[r]); reload_opnum[r]);
if (reload_optional[r]) if (reload_optional[r])
......
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