| Index: src/crankshaft/arm64/lithium-arm64.cc
|
| diff --git a/src/crankshaft/arm64/lithium-arm64.cc b/src/crankshaft/arm64/lithium-arm64.cc
|
| index 898b0d6c67d9358f6bd04dd55ee1e93fbe66a67a..2ca4089eddd383856302e67ddca8c8c0b3dbd09e 100644
|
| --- a/src/crankshaft/arm64/lithium-arm64.cc
|
| +++ b/src/crankshaft/arm64/lithium-arm64.cc
|
| @@ -2698,15 +2698,5 @@ LInstruction* LChunkBuilder::DoStoreFrameContext(HStoreFrameContext* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoAllocateBlockContext(
|
| - HAllocateBlockContext* instr) {
|
| - LOperand* context = UseFixed(instr->context(), cp);
|
| - LOperand* function = UseRegisterAtStart(instr->function());
|
| - LAllocateBlockContext* result =
|
| - new(zone()) LAllocateBlockContext(context, function);
|
| - return MarkAsCall(DefineFixed(result, cp), instr);
|
| -}
|
| -
|
| -
|
| } // namespace internal
|
| } // namespace v8
|
|
|