mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-16 13:50:07 +08:00
* expr.c (emit_block_move): Always return a value.
From-SVN: r15252
This commit is contained in:
parent
8eb30e12b6
commit
0680d17043
@ -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.
|
||||
|
@ -1638,7 +1638,7 @@ emit_block_move (x, y, size, align)
|
||||
if (pat)
|
||||
{
|
||||
emit_insn (pat);
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
delete_insns_since (last);
|
||||
|
Loading…
Reference in New Issue
Block a user