Remove debugging aids

From-SVN: r40504
This commit is contained in:
Bernd Schmidt 2001-03-15 17:02:42 +00:00 committed by Bernd Schmidt
parent 42edbfa125
commit e06736f44e
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-03-15 Bernd Schmidt <bernds@redhat.com>
* config/ia64/ia64.c (ia64_sched_reorder): Remove debugging aids.
Thu Mar 15 11:30:31 EST 2001 John Wehle (john@feith.com)
* i960.h (ROUND_TYPE_SIZE_UNIT): Fix typo.

View File

@ -5706,16 +5706,12 @@ ia64_sched_reorder (dump, sched_verbose, ready, pn_ready, reorder_type)
schedule_stop (sched_verbose ? dump : NULL);
sched_data.last_was_stop = 1;
maybe_rotate (sched_verbose ? dump : NULL);
if (dump)
fprintf (dump, "// UNKNOWN insn; group barrier needed.\n");
}
else if (GET_CODE (PATTERN (insn)) == ASM_INPUT
|| asm_noperands (PATTERN (insn)) >= 0)
{
/* It must be an asm of some kind. */
cycle_end_fill_slots (sched_verbose ? dump : NULL);
if (dump)
fprintf (dump, "// UNKNOWN (asm).\n");
}
return 1;
}