flow.c (life_analysis): Do not conside the stack pointer live at the end of a functio...
authorJeffrey A Law <law@cygnus.com>
Wed, 11 Feb 1998 00:18:51 +0000 (00:18 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 11 Feb 1998 00:18:51 +0000 (17:18 -0700)
commit0200b5ed0ac6d2285f2d473c6cf4f069819f135b
tree6672c19c51874af310b6d048b40dbd836792ee7c
parentc29c4e238eec39652ffbcece7250746f3b3de66c
flow.c (life_analysis): Do not conside the stack pointer live at the end of a function if...

        * flow.c (life_analysis): Do not conside the stack pointer live at
        the end of a function if the fucntio ncalls alloca.
        (mark_used_regs): Similarly.

From-SVN: r17839
gcc/ChangeLog
gcc/flow.c