PATCH, rs6000: Comment fix in rs6000.c

Ben Elliston bje@au1.ibm.com
Wed Nov 5 23:34:00 GMT 2008


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




More information about the Gcc-patches mailing list