Commit 22cbb540 by Jeff Law

Remove last change. Not needed for egcs yet.

From-SVN: r15397
parent d26cb668
......@@ -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.
......
......@@ -1638,7 +1638,7 @@ emit_block_move (x, y, size, align)
if (pat)
{
emit_insn (pat);
return 0;
return;
}
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