Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 55c1f111df1552d7dc306496dfb08d9aa26813c7..8c330b3a1f41c466119e0399474d2e7dd9bf9608 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -469,7 +469,7 @@ DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan") |
DEFINE_BOOL(turbo_frame_elision, true, "elide frames in TurboFan") |
DEFINE_BOOL(turbo_cache_shared_code, true, "cache context-independent code") |
DEFINE_BOOL(turbo_preserve_shared_code, false, "keep context-independent code") |
-DEFINE_BOOL(experimental_turbo_escape, false, "enable escape analysis") |
+DEFINE_BOOL(turbo_escape, false, "enable escape analysis") |
DEFINE_BOOL(turbo_instruction_scheduling, false, |
"enable instruction scheduling in TurboFan") |
DEFINE_BOOL(turbo_stress_instruction_scheduling, false, |