PATCH: comment fix in i386.c

Ben Elliston bje@au1.ibm.com
Wed Jan 11 02:21:00 GMT 2006


Committed as obvious.  Is there a convention for the use of `true' and
`false' in preference to returning 0 and 1 in functions such as this?

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.

Index: i386.c
===================================================================
--- i386.c      (revision 109554)
+++ i386.c      (working copy)
@@ -3572,7 +3572,7 @@ ix86_function_value (tree valtype, tree 
     }
 }
 
-/* Return false iff type is returned in memory.  */
+/* Return true iff type is returned in memory.  */
 int
 ix86_return_in_memory (tree type)
 {



More information about the Gcc-patches mailing list