Index: src/compiler/instruction-selector.cc |
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc |
index e1b859f4f8e67a3856eaab8fa6fbe6763cc49daf..17c227acc70d4636d409b94487ae48b96a6a33fc 100644 |
--- a/src/compiler/instruction-selector.cc |
+++ b/src/compiler/instruction-selector.cc |
@@ -457,6 +457,7 @@ MachineType InstructionSelector::GetMachineType(Node* node) { |
case IrOpcode::kIfFalse: |
case IrOpcode::kEffectPhi: |
case IrOpcode::kMerge: |
+ case IrOpcode::kTerminate: |
// No code needed for these graph artifacts. |
return kMachNone; |
case IrOpcode::kFinish: |