summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-11 02:24:34 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-11 02:24:34 +0000
commitc02442f68661ec1a39435889581cb03463ba068b (patch)
treed5e6538837e8f5901ba3484196942cae3b84dc1e
parent69828f69e2383c8c8c3fac7b25928f8b76029158 (diff)
downloadppe42-gcc-c02442f68661ec1a39435889581cb03463ba068b.tar.gz
ppe42-gcc-c02442f68661ec1a39435889581cb03463ba068b.zip
* config/i386/i386.c (ix86_return_in_memory): Fix comment: this
function returns true in the positive case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109569 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e4a8ce86f5e..155db6da64f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 5cececebcce..f159bb464de 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -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)
{
OpenPOWER on IntegriCloud