expr.c (init_expr_once): Don't use start/end_sequence.
authorRichard Henderson <rth@redhat.com>
Fri, 17 May 2002 22:46:22 +0000 (15:46 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 17 May 2002 22:46:22 +0000 (15:46 -0700)
commit1f8c3c5b318baaed878810dcdcc0a715ca8d2b7e
treec5ae8480d92cfb9bbf49e92a25cde20346423a8b
parent4664f4c40f8ff0d762f9655297fddcb9a885f3fc
expr.c (init_expr_once): Don't use start/end_sequence.

        * expr.c (init_expr_once): Don't use start/end_sequence.
        Use rtx_alloc instead of emit_insn.
        * toplev.c (lang_dependent_init): Run init_expr_once here ...
        (lang_independent_init): ... not here.

From-SVN: r53572
gcc/ChangeLog
gcc/expr.c
gcc/toplev.c