Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 8fc489863b4a08c30120cb08034b0b8e7e04b4c0..2e4a6dbbe351b4de5e74727c10e1270d15f8d74d 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -409,10 +409,6 @@ DEFINE_BOOL(turbo_preprocess_ranges, true, |
"run pre-register allocation heuristics") |
DEFINE_BOOL(turbo_loop_stackcheck, true, "enable stack checks in loops") |
-// TODO(mtrofin): remove the 2 implications. |
-DEFINE_NEG_IMPLICATION(turbo_greedy_regalloc, turbo_preprocess_ranges) |
-DEFINE_NEG_IMPLICATION(turbo_greedy_regalloc, turbo_loop_stackcheck) |
- |
DEFINE_IMPLICATION(turbo, turbo_asm_deoptimization) |
DEFINE_STRING(turbo_filter, "~~", "optimization filter for TurboFan compiler") |
DEFINE_BOOL(trace_turbo, false, "trace generated TurboFan IR") |