Remove debugging aids
From-SVN: r40504
This commit is contained in:
parent
42edbfa125
commit
e06736f44e
@ -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)
|
Thu Mar 15 11:30:31 EST 2001 John Wehle (john@feith.com)
|
||||||
|
|
||||||
* i960.h (ROUND_TYPE_SIZE_UNIT): Fix typo.
|
* i960.h (ROUND_TYPE_SIZE_UNIT): Fix typo.
|
||||||
|
@ -5706,16 +5706,12 @@ ia64_sched_reorder (dump, sched_verbose, ready, pn_ready, reorder_type)
|
|||||||
schedule_stop (sched_verbose ? dump : NULL);
|
schedule_stop (sched_verbose ? dump : NULL);
|
||||||
sched_data.last_was_stop = 1;
|
sched_data.last_was_stop = 1;
|
||||||
maybe_rotate (sched_verbose ? dump : NULL);
|
maybe_rotate (sched_verbose ? dump : NULL);
|
||||||
if (dump)
|
|
||||||
fprintf (dump, "// UNKNOWN insn; group barrier needed.\n");
|
|
||||||
}
|
}
|
||||||
else if (GET_CODE (PATTERN (insn)) == ASM_INPUT
|
else if (GET_CODE (PATTERN (insn)) == ASM_INPUT
|
||||||
|| asm_noperands (PATTERN (insn)) >= 0)
|
|| asm_noperands (PATTERN (insn)) >= 0)
|
||||||
{
|
{
|
||||||
/* It must be an asm of some kind. */
|
/* It must be an asm of some kind. */
|
||||||
cycle_end_fill_slots (sched_verbose ? dump : NULL);
|
cycle_end_fill_slots (sched_verbose ? dump : NULL);
|
||||||
if (dump)
|
|
||||||
fprintf (dump, "// UNKNOWN (asm).\n");
|
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user