Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 601034b7f4c1b31754c320908a0b32c07db9d52f..657022cbb3ff24603d0ebf7cbe49979e22ee0a60 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -483,6 +483,8 @@ DEFINE_BOOL(turbo_instruction_scheduling, false, |
"enable instruction scheduling in TurboFan") |
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") |
// Flags for native WebAssembly. |
DEFINE_BOOL(expose_wasm, false, "expose WASM interface to JavaScript") |