Index: src/compiler/mips64/instruction-selector-mips64.cc |
diff --git a/src/compiler/mips64/instruction-selector-mips64.cc b/src/compiler/mips64/instruction-selector-mips64.cc |
index 56aab67c110a791ef4e33aec6714480d08083038..dfb2336b4b8e069fed6b7f18192d29b633cf46b5 100644 |
--- a/src/compiler/mips64/instruction-selector-mips64.cc |
+++ b/src/compiler/mips64/instruction-selector-mips64.cc |
@@ -2325,6 +2325,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) { |
Mips64OperandGenerator g(this); |
InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); |