diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-11-01 04:23:27 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-11-01 04:23:27 +0000 |
commit | 8988b217fbe6f862cc513616ed7fdadb3a78ca40 (patch) | |
tree | 36504412e035f7b1180d0cf502fc0aa7a713a1ea | |
parent | 77fd6d104a302eef12ab3d5e28602b66b5017656 (diff) | |
download | gcc-8988b217fbe6f862cc513616ed7fdadb3a78ca40.zip gcc-8988b217fbe6f862cc513616ed7fdadb3a78ca40.tar.gz gcc-8988b217fbe6f862cc513616ed7fdadb3a78ca40.tar.bz2 |
* stmt.c (expand_value_return): Fix typo in this change:
From-SVN: r30307
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5815eb4..bae5847 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +Sun Oct 31 20:27:45 1999 Mark Mitchell <mark@codesourcery.com> + + * stmt.c (expand_value_return): Fix typo in this change: + + Thu Oct 28 18:06:50 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> + (expand_value_return): Correctly convert VAL when promoting function + return; support RETURN_REG being a PARALLEL. + Sun Oct 31 20:25:42 1999 Mark P. Mitchell <mark@codesourcery.com> * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs. |