* reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs.
From-SVN: r41502
This commit is contained in:
parent
aacba15459
commit
35433587bf
@ -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.
|
||||
|
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user