OSDN Git Service

* config/i386/i386.c (ix86_expand_prologue): Always use
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jun 2001 00:54:41 +0000 (00:54 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jun 2001 00:54:41 +0000 (00:54 +0000)
commit03e2d593f64d6f103c72b598c73e8426d2452b16
tree0352a05b674d9b3b8f9eaa1fa77180c8ae2caba3
parent48944ebda99a21c50587ced46e9a36edb521daca
    * config/i386/i386.c (ix86_expand_prologue): Always use
        gen_pro_epilogue_adjust_stack; update arguments.
        (ix86_expand_epilogue): Likewise.
        (ix86_emit_epilogue_esp_adjustment): Remove.
        (ix86_adjust_cost): Remove pro_epilogue_adjust_stack hack.
        * config/i386/i386.md (pro_epilogue_adjust_stack): Use a BLKmode
        clobber of scratch memory instead of a modification of EBP as the
        barrier.  Update all peepholes to match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43284 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md