i386.c (ix86_expand_prologue): Always use gen_pro_epilogue_adjust_stack; update argum...
authorRichard Henderson <rth@gcc.gnu.org>
Wed, 13 Jun 2001 00:54:41 +0000 (17:54 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 13 Jun 2001 00:54:41 +0000 (17:54 -0700)
commitf2042df38f3451e2db4a84b26c9d46380bb91c26
tree0352a05b674d9b3b8f9eaa1fa77180c8ae2caba3
parent757e4f2317d6d24374757c975107c12ceb2d6b26
i386.c (ix86_expand_prologue): Always use gen_pro_epilogue_adjust_stack; update arguments.

        * 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.

From-SVN: r43284
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md