| Index: src/mips/full-codegen-mips.cc
|
| diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
|
| index 452793513675dc7cda28983e998f1e4499e02d3f..85b45802240f3cb65a8dfe724fd874b40a89271d 100644
|
| --- a/src/mips/full-codegen-mips.cc
|
| +++ b/src/mips/full-codegen-mips.cc
|
| @@ -150,7 +150,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());
|
| }
|
|
|