builtins.c (expand_builtin_setjmp): Use emit_jump to jump around the != 0 case...
authorOlivier Hainque <hainque@act-europe.fr>
Sun, 31 Aug 2003 11:18:59 +0000 (13:18 +0200)
committerOlivier Hainque <hainque@gcc.gnu.org>
Sun, 31 Aug 2003 11:18:59 +0000 (11:18 +0000)
commit7c66d5f5f91c0e83d53ad9f9fbc129675d0dea08
treebab81521cede3b37dc3085081b16bbae39fab601
parent2ed26f6bd11f3e6321338fc6423257f418e1081c
builtins.c (expand_builtin_setjmp): Use emit_jump to jump around the != 0 case...

        * builtins.c (expand_builtin_setjmp): Use emit_jump to jump around
        the != 0 case, which ensures pending stack adjustments are flushed.

From-SVN: r70958
gcc/ChangeLog
gcc/builtins.c