Index: src/arm64/lithium-codegen-arm64.cc |
diff --git a/src/arm64/lithium-codegen-arm64.cc b/src/arm64/lithium-codegen-arm64.cc |
index ef492a66ea25fed1954c69c5747e36eaf2125fe3..1d4f6ebd16fd766d6461a4fba87b2c2e87dc52d2 100644 |
--- a/src/arm64/lithium-codegen-arm64.cc |
+++ b/src/arm64/lithium-codegen-arm64.cc |
@@ -5754,15 +5754,6 @@ void LCodeGen::DoTransitionElementsKind(LTransitionElementsKind* instr) { |
} |
-void LCodeGen::DoArrayShift(LArrayShift* instr) { |
- ASSERT(ToRegister(instr->context()).is(cp)); |
- ASSERT(ToRegister(instr->object()).is(x0)); |
- ASSERT(ToRegister(instr->result()).is(x0)); |
- ArrayShiftStub stub(isolate(), instr->hydrogen()->kind()); |
- CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr); |
-} |
- |
- |
void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { |
Register object = ToRegister(instr->object()); |
Register temp1 = ToRegister(instr->temp1()); |