Index: src/compiler/arm/instruction-selector-arm.cc |
diff --git a/src/compiler/arm/instruction-selector-arm.cc b/src/compiler/arm/instruction-selector-arm.cc |
index 95b9c78c96b06b7c176bbe44d6b4ed42183c28d6..82fdc938d9bef635d108db6e07a5a30c8d9cd7fd 100644 |
--- a/src/compiler/arm/instruction-selector-arm.cc |
+++ b/src/compiler/arm/instruction-selector-arm.cc |
@@ -2024,6 +2024,10 @@ void InstructionSelector::VisitDeoptimizeUnless(Node* node) { |
VisitWordCompareZero(this, node, node->InputAt(0), &cont); |
} |
+void InstructionSelector::VisitTrapIf(Node* node) { UNREACHABLE(); } |
+ |
+void InstructionSelector::VisitTrapUnless(Node* node) { UNREACHABLE(); } |
+ |
void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { |
ArmOperandGenerator g(this); |
InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); |