This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Typo in i386.c classify_argument


I see. Thanks for explanation.

- Joey 

-----Original Message-----
From: Jakub Jelinek [mailto:jakub@redhat.com] 
Sent: 2008年9月10日 16:22
To: Ye, Joey
Cc: GCC Patches
Subject: Re: Typo in i386.c classify_argument

On Wed, Sep 10, 2008 at 04:15:16PM +0800, Ye, Joey wrote:
> --- gcc/config/i386/i386.c      (revision 140137)
> +++ gcc/config/i386/i386.c      (working copy)
> @@ -5107,7 +5107,7 @@ classify_argument (enum machine_mode mod
>  }
> 
>  /* Examine the argument and return set number of register required in
> each
> -   class.  Return 0 iff parameter should be passed in memory.  */
> +   class.  Return 0 if parameter should be passed in memory.  */

That's not a typo, iff == if and only if.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]