OSDN Git Service

* regmove.c (stack_memref_p): Fix typo, reorg for readability.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Mar 2000 22:52:04 +0000 (22:52 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Mar 2000 22:52:04 +0000 (22:52 +0000)
commitc1daa18066c5bb9fed737d9c5ae39b0f43b2782d
treec72f960fd860511bb5a9ff145b513ffeded56927
parentc931f2f0565cf3b6a9fe8cd24a95feb6218aef92
    * regmove.c (stack_memref_p): Fix typo, reorg for readability.
        (combine_stack_adjustments_for_block): Don't allow sp references
        in the side of a set we're not fixing up.
        * toplev.c (rest_of_compilation): Run combine_stack_adjustments
        after life_analysis.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32654 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/regmove.c
gcc/toplev.c