* reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs.

From-SVN: r41502
This commit is contained in:
Jan Hubicka 2001-04-23 15:29:42 +02:00 committed by Jan Hubicka
parent aacba15459
commit 35433587bf
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Apr 23 14:32:12 CEST 2001 Jan Hubicka <jh@suse.cz>
* reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs.
2001-04-22 Mark Mitchell <mark@codesourcery.com>
* loop.c (loop_delete_insns): Add prototype.

View File

@ -1004,6 +1004,7 @@ emit_swap_insn (insn, regstack, reg)
while (tmp != limit)
{
if (GET_CODE (tmp) == CODE_LABEL
|| GET_CODE (tmp) == CALL_INSN
|| NOTE_INSN_BASIC_BLOCK_P (tmp)
|| (GET_CODE (tmp) == INSN
&& stack_regs_mentioned (tmp)))