]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* stmt.c (expand_value_return): Fix typo in this change:
authorMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 1 Nov 1999 04:23:27 +0000 (04:23 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 1 Nov 1999 04:23:27 +0000 (04:23 +0000)
From-SVN: r30307

gcc/ChangeLog

index 5815eb44d9da00c03625519b983f91c2161f273f..bae58475f9cb4868657e3308f5f84de8ca4db291 100644 (file)
@@ -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.