Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index e92d3fbdbf605a0b53ff86de4418d6638fec4e5f..35100e9c3c2be9bb98f27a8a040b61ab08c76314 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -426,7 +426,6 @@ |
// Flags for TurboFan. |
DEFINE_BOOL(turbo, false, "enable TurboFan compiler") |
DEFINE_IMPLICATION(turbo, turbo_asm_deoptimization) |
-DEFINE_IMPLICATION(turbo, turbo_type_feedback) |
DEFINE_BOOL(turbo_shipping, true, "enable TurboFan compiler on subset") |
DEFINE_BOOL(turbo_from_bytecode, false, "enable building graphs from bytecode") |
DEFINE_BOOL(turbo_sp_frame_access, false, |