Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2a2fa8b6236bc9fc85c1a33d4a22d70bed1b9925..2e78f4c0c4ba80668495976f8e5056c7dba12f11 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -492,6 +492,7 @@ DEFINE_BOOL(turbo_stress_instruction_scheduling, false, |
"randomly schedule instructions to stress dependency tracking") |
DEFINE_BOOL(turbo_store_elimination, false, |
"enable store-store elimination in TurboFan") |
+DEFINE_IMPLICATION(turbo, turbo_store_elimination) |
// Flags to help platform porters |
DEFINE_BOOL(minimal, false, |