From 25696a756ec2bd64825d43cf5bb042710162cd7e Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 5 Nov 2008 23:34:11 +0000 Subject: [PATCH] * config/rs6000/rs6000.c (rs6000_override_options): Comment fix. From-SVN: r141626 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * config/rs6000/rs6000.c (rs6000_override_options): Comment fix. + 2008-11-06 Ben Elliston * 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 -- 2.7.4