Index: src/compiler/x64/instruction-selector-x64.cc |
diff --git a/src/compiler/x64/instruction-selector-x64.cc b/src/compiler/x64/instruction-selector-x64.cc |
index 8a0615c897e8bb12c55a9135f8c5403aafb9ae93..6d7fca472e6c504bc9deb8fd006e3a15008bef39 100644 |
--- a/src/compiler/x64/instruction-selector-x64.cc |
+++ b/src/compiler/x64/instruction-selector-x64.cc |
@@ -1129,7 +1129,6 @@ void InstructionSelector::VisitTailCall(Node* node) { |
InstructionCode opcode; |
switch (descriptor->kind()) { |
case CallDescriptor::kCallCodeObject: |
- case CallDescriptor::kInterpreterDispatch: |
opcode = kArchTailCallCodeObject; |
break; |
case CallDescriptor::kCallJSFunction: |