Index: src/compiler/bytecode-analysis.h |
diff --git a/src/compiler/bytecode-analysis.h b/src/compiler/bytecode-analysis.h |
index 9baba84f92bbf1f92520f5c189d8f5d6fa527499..00f7ab5a75e735353e31ba0861cf5d50589d3f45 100644 |
--- a/src/compiler/bytecode-analysis.h |
+++ b/src/compiler/bytecode-analysis.h |
@@ -66,6 +66,7 @@ class V8_EXPORT_PRIVATE BytecodeAnalysis BASE_EMBEDDED { |
Zone* zone_; |
ZoneStack<int> loop_stack_; |
+ ZoneVector<int> loop_end_index_queue_; |
ZoneMap<int, int> end_to_header_; |
ZoneMap<int, int> header_to_parent_; |