Commit 7a1ab50a by Richard Stallman

(emit_move_insn): Do return a value, in complex case.

From-SVN: r2712
parent c75b6ee3
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment