Index: src/arm/full-codegen-arm.cc |
diff --git a/src/arm/full-codegen-arm.cc b/src/arm/full-codegen-arm.cc |
index eba4976502629e5f794e3866743dfdebcfbd7f90..966a38ff407b0b1c60281f12a0150964848000c5 100644 |
--- a/src/arm/full-codegen-arm.cc |
+++ b/src/arm/full-codegen-arm.cc |
@@ -140,7 +140,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()); |
} |