Index: src/compiler/instruction.cc |
diff --git a/src/compiler/instruction.cc b/src/compiler/instruction.cc |
index 9aebb9a17a5389d2f7c0fbb3f45715c2c137a8cf..1f6f7c9333e1d5e5feacd9a71e22b0f72d1dc0e1 100644 |
--- a/src/compiler/instruction.cc |
+++ b/src/compiler/instruction.cc |
@@ -417,7 +417,8 @@ InstructionBlock::InstructionBlock(Zone* zone, RpoNumber rpo_number, |
handler_(handler), |
needs_frame_(false), |
must_construct_frame_(false), |
- must_deconstruct_frame_(false) {} |
+ must_deconstruct_frame_(false), |
+ last_deferred_(RpoNumber::Invalid()) {} |
size_t InstructionBlock::PredecessorIndexOf(RpoNumber rpo_number) const { |