Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 91ea414dffc0de5fae49ba8a2c5bb10a50da554b..971e05176e54a943c98dfdd60d28bc17d2b27ec2 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -434,7 +434,6 @@ DEFINE_BOOL(turbo_sp_frame_access, false, |
"use stack pointer-relative access to frame wherever possible") |
DEFINE_BOOL(turbo_preprocess_ranges, true, |
"run pre-register allocation heuristics") |
-DEFINE_BOOL(turbo_loop_stackcheck, true, "enable stack checks in loops") |
DEFINE_STRING(turbo_filter, "~~", "optimization filter for TurboFan compiler") |
DEFINE_BOOL(trace_turbo, false, "trace generated TurboFan IR") |
DEFINE_BOOL(trace_turbo_graph, false, "trace generated TurboFan graphs") |