Commit 4963c995 by Jeffrey A Law Committed by Jeff Law

* regclass.c: Fix minor whitespace problems.

From-SVN: r31191
parent fb754025
Tue Jan 4 00:18:46 2000 Jeffrey A Law (law@cygnus.com)
* regclass.c: Fix minor whitespace problems.
2000-01-03 Anthony Green <green@cygnus.com> 2000-01-03 Anthony Green <green@cygnus.com>
* config/i386/i386.md (builtin_setjmp_receiver): New pattern. * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
......
...@@ -974,7 +974,7 @@ scan_one_insn (insn, pass) ...@@ -974,7 +974,7 @@ scan_one_insn (insn, pass)
return PREV_INSN (newinsn); return PREV_INSN (newinsn);
} }
record_operand_costs(insn, op_costs, reg_pref); record_operand_costs (insn, op_costs, reg_pref);
/* Now add the cost for each operand to the total costs for /* Now add the cost for each operand to the total costs for
its register. */ its register. */
...@@ -1126,7 +1126,7 @@ regclass (f, nregs, dump) ...@@ -1126,7 +1126,7 @@ regclass (f, nregs, dump)
if (dump) if (dump)
{ {
dump_regclass (dump); dump_regclass (dump);
fprintf(dump,"\n"); fprintf (dump,"\n");
} }
for (i = FIRST_PSEUDO_REGISTER; i < nregs; i++) for (i = FIRST_PSEUDO_REGISTER; i < nregs; i++)
{ {
...@@ -1187,7 +1187,7 @@ regclass (f, nregs, dump) ...@@ -1187,7 +1187,7 @@ regclass (f, nregs, dump)
|| reg_pref[i].altclass != (int) alt)) || reg_pref[i].altclass != (int) alt))
{ {
static const char *const reg_class_names[] = REG_CLASS_NAMES; static const char *const reg_class_names[] = REG_CLASS_NAMES;
fprintf(dump, " Register %i", i); fprintf (dump, " Register %i", i);
if (alt == ALL_REGS || best == ALL_REGS) if (alt == ALL_REGS || best == ALL_REGS)
fprintf (dump, " pref %s\n", reg_class_names[(int) best]); fprintf (dump, " pref %s\n", reg_class_names[(int) best]);
else if (alt == NO_REGS) else if (alt == NO_REGS)
......
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