Remove last change. Not needed for egcs yet.
From-SVN: r15397
This commit is contained in:
parent
d26cb66831
commit
22cbb540d0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user