i386.md (pop): pop increments the stack pointer.
authorBernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Wed, 27 Aug 1997 06:29:59 +0000 (06:29 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 27 Aug 1997 06:29:59 +0000 (00:29 -0600)
commit47d3640028b6647601a18cc8f84f3180c85f045e
tree70fe87aae510cad31198e0714fee8554b25c0c43
parentb9e6eb36ff871a2b0216d06e4b55183643eadc24
i386.md (pop): pop increments the stack pointer.

        * i386.md (pop): pop increments the stack pointer.
        (prologue_set_stack_ptr): New pattern.
        * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
        instead of subsi3.
Fixes problem with scheduling on the x86.

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