From: Jan Hubicka Date: Mon, 23 Apr 2001 13:29:42 +0000 (+0200) Subject: * reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35433587bfa6e437666bce9fbcb679ac62f30633;p=gcc.git * reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs. From-SVN: r41502 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9159a5107f..e3d7ad0d9bb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 23 14:32:12 CEST 2001 Jan Hubicka + + * reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs. + 2001-04-22 Mark Mitchell * loop.c (loop_delete_insns): Add prototype. diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 6327b24e96e..7dcb2fa176c 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -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)))