From: Richard Stallman Date: Mon, 28 Sep 1992 16:24:36 +0000 (+0000) Subject: (expand_binop): Use get_insns, not gen_sequence. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c15886da53a8ea8ca2a54b490cbdf94249fbd150;p=gcc.git (expand_binop): Use get_insns, not gen_sequence. From-SVN: r2269 --- diff --git a/gcc/optabs.c b/gcc/optabs.c index 65fd00871e2..cabab7f449e 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -1043,7 +1043,7 @@ expand_binop (mode, binoptab, op0, op1, target, unsignedp, methods) abort (); } - seq = gen_sequence (); + seq = get_insns (); end_sequence (); if (binoptab->code != UNKNOWN)