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]

Typo in i386.c classify_argument


Index: gcc/config/i386/i386.c
===================================================================
--- 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.  */
 static int
 examine_argument (enum machine_mode mode, const_tree type, int
in_return,
                  int *int_nregs, int *sse_nregs)

  


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