calls.c (expand_call): Don't bother generating tail call sequences if there are pendi...
authorRichard Henderson <rth@cygnus.com>
Mon, 20 Mar 2000 22:40:50 +0000 (14:40 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 20 Mar 2000 22:40:50 +0000 (14:40 -0800)
commite245d3af6fd6a1362cc83eff738b2a59a3c636cc
tree6f610a0e811cb699c41e00a9790f2f9058833c25
parente139e81e899442d2e792f4b66bf0ffcb74495a8e
calls.c (expand_call): Don't bother generating tail call sequences if there are pending cleanups.

        * calls.c (expand_call): Don't bother generating tail call
        sequences if there are pending cleanups.  Use
        expand_start_target_temps/expand_end_target_temps to elide
        cleanups created during sibcall expansion.

From-SVN: r32653
gcc/ChangeLog
gcc/calls.c