Properly handle asms for stop bit generation

From-SVN: r39539
This commit is contained in:
Bernd Schmidt 2001-02-08 15:23:41 +00:00 committed by Bernd Schmidt
parent 0433762093
commit 0c1cf241c4
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,9 @@
* final.c (cleanup_subreg_operands): The address of a MEM can
contain SUBREGs.
* config/ia64/ia64.c (ia64_variable_issue): Call group_barrier_needed_p
for asms, too.
2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.texi (Incompatibilities): Update documentation of

View File

@ -5870,6 +5870,8 @@ ia64_variable_issue (dump, sched_verbose, insn, can_issue_more)
{
/* This must be some kind of asm. Clear the scheduling state. */
rotate_two_bundles (sched_verbose ? dump : NULL);
if (ia64_final_schedule)
group_barrier_needed_p (insn);
}
return 1;
}