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]

PATCH, rs6000: Comment fix in rs6000.c


I've committed the following comment tweak as obvious:

2008-11-06  Ben Elliston  <bje@au.ibm.com>

        * config/rs6000/rs6000.c (rs6000_override_options): Comment fix.

Index: config/rs6000/rs6000.c
===================================================================
--- config/rs6000/rs6000.c      (revision 141625)
+++ config/rs6000/rs6000.c      (working copy)
@@ -1607,7 +1607,7 @@ rs6000_override_options (const char *def
        error ("Spe not supported in this target");
     }
 
-  /* Disable cell micro code if we are optimizing for the cell
+  /* Disable Cell microcode if we are optimizing for the Cell
      and not optimizing for size.  */
   if (rs6000_gen_cell_microcode == -1)
     rs6000_gen_cell_microcode = !(rs6000_cpu == PROCESSOR_CELL



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