Index: src/compiler/instruction-selector.cc |
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc |
index c18c474c345394ec576588b0eb16d6a1d26589c6..07c83b73846414c4b42f11b5648738661c03715d 100644 |
--- a/src/compiler/instruction-selector.cc |
+++ b/src/compiler/instruction-selector.cc |
@@ -82,12 +82,12 @@ void InstructionSelector::SelectInstructions() { |
} |
EndBlock(RpoNumber::FromInt(block->rpo_number())); |
} |
+ sequence()->FinishInstructionMap(); |
#if DEBUG |
sequence()->ValidateSSA(); |
#endif |
} |
- |
void InstructionSelector::StartBlock(RpoNumber rpo) { |
if (FLAG_turbo_instruction_scheduling && |
InstructionScheduler::SchedulerSupported()) { |