From: Richard Stallman Date: Sat, 7 Nov 1992 20:30:00 +0000 (+0000) Subject: (emit_move_insn): Do return a value, in complex case. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a1ab50acd9179b47a46f4c526a2f303de5d88aa;p=gcc.git (emit_move_insn): Do return a value, in complex case. From-SVN: r2712 --- diff --git a/gcc/expr.c b/gcc/expr.c index c42eb2fceab..375637e5d5b 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -1476,6 +1476,8 @@ emit_move_insn (x, y) gen_lowpart (submode, y))); group_insns (prev); + + return get_last_insn (); } /* This will handle any multi-word mode that lacks a move_insn pattern.