diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/rs6000/rs6000.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a525e5f..80a53a7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-11-06 Ben Elliston <bje@au.ibm.com> + + * config/rs6000/rs6000.c (rs6000_override_options): Comment fix. + 2008-11-06 Ben Elliston <bje@au.ibm.com> * config/rs6000/rs6000.opt (mwarn-cell-microcode): Improve option diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index faeae52..46b1be0 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -1607,7 +1607,7 @@ rs6000_override_options (const char *default_cpu) 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 |
