Index: src/compiler/s390/instruction-selector-s390.cc |
diff --git a/src/compiler/s390/instruction-selector-s390.cc b/src/compiler/s390/instruction-selector-s390.cc |
index 4ffc2455d91e06e042e67479accfc9492c7953c6..26cc3ab2e7d27ba055560336c717eeb7ad05b9b7 100644 |
--- a/src/compiler/s390/instruction-selector-s390.cc |
+++ b/src/compiler/s390/instruction-selector-s390.cc |
@@ -1786,9 +1786,14 @@ void InstructionSelector::VisitDeoptimizeUnless(Node* node) { |
VisitWord32CompareZero(this, node, node->InputAt(0), &cont); |
} |
-void InstructionSelector::VisitTrapIf(Node* node) { UNREACHABLE(); } |
+void InstructionSelector::VisitTrapIf(Node* node, Runtime::FunctionId func_id) { |
+ UNREACHABLE(); |
+} |
-void InstructionSelector::VisitTrapUnless(Node* node) { UNREACHABLE(); } |
+void InstructionSelector::VisitTrapUnless(Node* node, |
+ Runtime::FunctionId func_id) { |
+ UNREACHABLE(); |
+} |
void InstructionSelector::VisitSwitch(Node* node, const SwitchInfo& sw) { |
S390OperandGenerator g(this); |