i386.c (ix86_return_in_memory): Fix comment: this function returns true in the positive case.
* config/i386/i386.c (ix86_return_in_memory): Fix comment: this function returns true in the positive case. From-SVN: r109569
This commit is contained in:
parent
2471be0bcc
commit
0966949bb6
@ -1,3 +1,8 @@
|
||||
2006-01-11 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* config/i386/i386.c (ix86_return_in_memory): Fix comment: this
|
||||
function returns true in the positive case.
|
||||
|
||||
2006-01-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR target/20754
|
||||
|
@ -3571,7 +3571,7 @@ ix86_function_value (tree valtype, tree fntype_or_decl,
|
||||
}
|
||||
}
|
||||
|
||||
/* Return false iff type is returned in memory. */
|
||||
/* Return true iff type is returned in memory. */
|
||||
int
|
||||
ix86_return_in_memory (tree type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user