Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 641423bb4e84de62d559aa2d105dcd8302103401..1f79d4db008c2bdff1699f1af62f8ed5fe45aba5 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -447,7 +447,6 @@ DEFINE_BOOL(turbo_verify_allocation, DEBUG_BOOL, |
"verify register allocation in TurboFan") |
DEFINE_BOOL(turbo_move_optimization, true, "optimize gap moves in TurboFan") |
DEFINE_BOOL(turbo_jt, true, "enable jump threading in TurboFan") |
-DEFINE_BOOL(turbo_osr, true, "enable OSR in TurboFan") |
DEFINE_BOOL(turbo_stress_loop_peeling, false, |
"stress loop peeling optimization") |
DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan") |