Commit 0680d170 by Jeffrey A Law Committed by Jeff Law

* expr.c (emit_block_move): Always return a value.

From-SVN: r15252
parent 8eb30e12
Wed Sep 10 10:51:21 1997 Jeffrey A Law (law@cygnus.com)
* expr.c (emit_block_move): Always return a value.
Wed Sep 10 01:38:30 1997 Doug Evans <dje@cygnus.com>
Add port done awhile ago for the ARC cpu.
......
......@@ -1638,7 +1638,7 @@ emit_block_move (x, y, size, align)
if (pat)
{
emit_insn (pat);
return;
return 0;
}
else
delete_insns_since (last);
......
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