]> gcc.gnu.org Git - gcc.git/commit
c-common.c (c_expand_start_cond): Expect the IF_STMT node to be passed in, do not...
authorJeff Law <law@redhat.com>
Fri, 4 Jan 2002 18:42:56 +0000 (11:42 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 4 Jan 2002 18:42:56 +0000 (11:42 -0700)
commitc1e14513edf89b72b98db061aae226be5f14c17a
tree8720096cbd63038754878a0595c00744ebf6abdf
parent3b007b5d6bcefa3c87a920e834a7b1d0a34f38e5
c-common.c (c_expand_start_cond): Expect the IF_STMT node to be passed in, do not build it.

        * c-common.c (c_expand_start_cond): Expect the IF_STMT node to
        be passed in, do not build it.
        (c_begin_if_stmt): New function.
        (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
        * c-common.h (c_expand_start_cond): Update prototype.
        (c_begin_if_stmt): Prototype new function.
        (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
        * c-parse.in (if_prefix): Use c_begin_if_stmt,
        c_begin_while_stmt and c_finish_while_stmt_cond.

From-SVN: r48539
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-parse.in
This page took 0.057264 seconds and 5 git commands to generate.