Index: src/compiler/ppc/instruction-selector-ppc.cc |
diff --git a/src/compiler/ppc/instruction-selector-ppc.cc b/src/compiler/ppc/instruction-selector-ppc.cc |
index d09038ce7ebe2c34009ecf0e18fc578d08868e51..cd9e51a0faf51950600dfa56f64ea4fe8fbff5d7 100644 |
--- a/src/compiler/ppc/instruction-selector-ppc.cc |
+++ b/src/compiler/ppc/instruction-selector-ppc.cc |
@@ -1787,9 +1787,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) { |
PPCOperandGenerator g(this); |