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

From-SVN: r15252
This commit is contained in:
Jeffrey A Law 1997-09-10 16:52:45 +00:00 committed by Jeff Law
parent 8eb30e12b6
commit 0680d17043
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -1638,7 +1638,7 @@ emit_block_move (x, y, size, align)
if (pat)
{
emit_insn (pat);
return;
return 0;
}
else
delete_insns_since (last);