| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index 06c1e8e6ae92ab7c240e691b8179a166282ac1c5..957e9e6a2a8c72e31945504f82487b0e698ae657 100644
|
| --- a/src/ia32/full-codegen-ia32.cc
|
| +++ b/src/ia32/full-codegen-ia32.cc
|
| @@ -132,7 +132,7 @@ void FullCodeGenerator::Generate() {
|
| // We can optionally optimize based on counters rather than statistical
|
| // sampling.
|
| if (info->ShouldSelfOptimize()) {
|
| - if (FLAG_trace_opt) {
|
| + if (FLAG_trace_opt_verbose) {
|
| PrintF("[adding self-optimization header to %s]\n",
|
| *info->function()->debug_name()->ToCString());
|
| }
|
|
|