]> git.ipfire.org Git - thirdparty/gcc.git/commit
regmove.c (stack_memref_p): Fix typo, reorg for readability.
authorRichard Henderson <rth@cygnus.com>
Mon, 20 Mar 2000 22:52:04 +0000 (14:52 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 20 Mar 2000 22:52:04 +0000 (14:52 -0800)
commit9e11785b7ca8a566d2caa154530d416bda7da2ec
treec72f960fd860511bb5a9ff145b513ffeded56927
parente245d3af6fd6a1362cc83eff738b2a59a3c636cc
regmove.c (stack_memref_p): Fix typo, reorg for readability.

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

From-SVN: r32654
gcc/ChangeLog
gcc/regmove.c
gcc/toplev.c