* config/i386/i386.h (ix86_return_in_memory): Add prototype.

From-SVN: r71803
This commit is contained in:
Loren J. Rittle 2003-09-25 23:58:19 +00:00 committed by Loren J. Rittle
parent 7333171fe9
commit c73f02bef2
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2003-09-25 Loren James Rittle <ljrittle@acm.org>
* config/i386/i386.h (ix86_return_in_memory): Add prototype.
2003-09-25 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.c (s390_emit_prologue): Simplify accesses to

View file

@ -1245,6 +1245,7 @@ do { \
should always be returned in memory. You should instead use
`DEFAULT_PCC_STRUCT_RETURN' to indicate this. */
int ix86_return_in_memory (tree type);
#define RETURN_IN_MEMORY(TYPE) \
ix86_return_in_memory (TYPE)