OSDN Git Service

* explow.c (emit_stack_save): Remove 'after' parameter.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Mar 2011 21:56:58 +0000 (21:56 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Mar 2011 21:56:58 +0000 (21:56 +0000)
commite9c97615131e109bdda94622ec15f7c2007d4121
tree1bc97a08baf05002d630ce3689e67be7e0a590fb
parent1fda60c695b7a1bb7303f79a0b6d4b792db0efe0
    * explow.c (emit_stack_save): Remove 'after' parameter.
        (emit_stack_restore): Likewise.
        * expr.h: Update to match.
        * builtins.c, calls.c, stmt.c: Likewise.
        * config/alpha/alpha.md, config/avr/avr.md: Likewise.
        * config/mips/mips.md, config/pa/pa.md, config/vax/vax.md: Likewise.
        * function.c (expand_function_end): Insert the emit_stack_save
        sequence before parm_birth_insn instead of after.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170663 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
gcc/ChangeLog
gcc/builtins.c
gcc/calls.c
gcc/config/alpha/alpha.md
gcc/config/avr/avr.md
gcc/config/mips/mips.md
gcc/config/pa/pa.md
gcc/config/vax/vax.md
gcc/explow.c
gcc/expr.h
gcc/function.c
gcc/stmt.c