Remove last change. Not needed for egcs yet.

From-SVN: r15397
This commit is contained in:
Jeff Law 1997-09-10 21:01:15 -06:00
parent d26cb66831
commit 22cbb540d0
2 changed files with 1 additions and 5 deletions

View File

@ -31,10 +31,6 @@ Wed Sep 10 14:05:08 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
(check-gcc, check-g++): Depend on testsuite/site.exp.
Don't stop for failure.
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 0;
return;
}
else
delete_insns_since (last);