Index: src/x64/full-codegen-x64.cc |
diff --git a/src/x64/full-codegen-x64.cc b/src/x64/full-codegen-x64.cc |
index 1a997dac85c975ed3edd0545da7708afcc95ed3a..8e43d72b7c233bf532ba1b45219c7e0abbd9ba36 100644 |
--- a/src/x64/full-codegen-x64.cc |
+++ b/src/x64/full-codegen-x64.cc |
@@ -130,7 +130,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()); |
} |