projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb30e1
)
* expr.c (emit_block_move): Always return a value.
author
Jeffrey A Law
<law@cygnus.com>
Wed, 10 Sep 1997 16:52:45 +0000
(16:52 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 10 Sep 1997 16:52:45 +0000
(10:52 -0600)
From-SVN: r15252
gcc/ChangeLog
patch
|
blob
|
history
gcc/expr.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index ace986bf3e229302366348d359b1c28895208b46..40fef6a88440900528560f55003991b3cb53e028 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/expr.c
b/gcc/expr.c
index 954cce4ecc839e0d15252cd469ea59442ae6ce24..4038fc46547cbc5bd038834e37658e23b4a86745 100644
(file)
--- a/
gcc/expr.c
+++ b/
gcc/expr.c
@@
-1638,7
+1638,7
@@
emit_block_move (x, y, size, align)
if (pat)
{
emit_insn (pat);
- return;
+ return
0
;
}
else
delete_insns_since (last);