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 0fe2acb369bbec610c182371f255cb1658f770f6..3499fe439405b92dbf88dc68aa214cec311fe393 100644 |
--- a/src/compiler/ppc/instruction-selector-ppc.cc |
+++ b/src/compiler/ppc/instruction-selector-ppc.cc |
@@ -1547,6 +1547,7 @@ void InstructionSelector::VisitTailCall(Node* node) { |
InstructionCode opcode; |
switch (descriptor->kind()) { |
case CallDescriptor::kCallCodeObject: |
+ case CallDescriptor::kInterpreterDispatch: |
opcode = kArchTailCallCodeObject; |
break; |
case CallDescriptor::kCallJSFunction: |