Index: src/arm64/lithium-arm64.cc |
diff --git a/src/arm64/lithium-arm64.cc b/src/arm64/lithium-arm64.cc |
index 00db0bd036d56a47f46a2ac557ac699099427973..e623718a1a323b59e9f672d335e08d22533f6ab3 100644 |
--- a/src/arm64/lithium-arm64.cc |
+++ b/src/arm64/lithium-arm64.cc |
@@ -1532,13 +1532,6 @@ LInstruction* LChunkBuilder::DoForceRepresentation( |
} |
-LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { |
- LOperand* context = UseFixed(instr->context(), cp); |
- return MarkAsCall( |
- DefineFixed(new(zone()) LFunctionLiteral(context), x0), instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoGetCachedArrayIndex( |
HGetCachedArrayIndex* instr) { |
DCHECK(instr->value()->representation().IsTagged()); |