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