Index: src/compiler/arm/instruction-selector-arm.cc |
diff --git a/src/compiler/arm/instruction-selector-arm.cc b/src/compiler/arm/instruction-selector-arm.cc |
index 74442f76935c54de9da50ab72fda8ad9b6d5ee99..05dae156a1cd0287d7ced0e721d74b6bd61dd686 100644 |
--- a/src/compiler/arm/instruction-selector-arm.cc |
+++ b/src/compiler/arm/instruction-selector-arm.cc |
@@ -77,7 +77,6 @@ class ArmOperandGenerator V8_FINAL : public OperandGenerator { |
case kArchCallAddress: |
case kArchCallCodeObject: |
case kArchCallJSFunction: |
- case kArchDeoptimize: |
case kArchDrop: |
case kArchJmp: |
case kArchNop: |
@@ -794,8 +793,7 @@ void InstructionSelector::VisitCall(Node* call, BasicBlock* continuation, |
// TODO(turbofan): on ARM64 it's probably better to use the code object in a |
// register if there are multiple uses of it. Improve constant pool and the |
// heuristics in the register allocator for where to emit constants. |
- InitializeCallBuffer(call, &buffer, true, false, continuation, |
- deoptimization); |
+ InitializeCallBuffer(call, &buffer, true, false); |
// TODO(dcarney): might be possible to use claim/poke instead |
// Push any stack arguments. |