From 523708efa133c2c152c75366b793b6a30a52cc8a Mon Sep 17 00:00:00 2001 From: mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon, 1 Nov 1999 04:23:27 +0000 Subject: [PATCH] * stmt.c (expand_value_return): Fix typo in this change: git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30307 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5815eb44d9da..bae58475f9cb 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. -- GitLab