Index: src/crankshaft/arm64/lithium-codegen-arm64.cc |
diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.cc b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
index 363d3dc129e788096565375514ec2452aaefd99b..0939617f9f171cc1928e82022365e159a2d10275 100644 |
--- a/src/crankshaft/arm64/lithium-codegen-arm64.cc |
+++ b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
@@ -5406,14 +5406,6 @@ void LCodeGen::DoThisFunction(LThisFunction* instr) { |
} |
-void LCodeGen::DoToFastProperties(LToFastProperties* instr) { |
- DCHECK(ToRegister(instr->value()).Is(x0)); |
- DCHECK(ToRegister(instr->result()).Is(x0)); |
- __ Push(x0); |
- CallRuntime(Runtime::kToFastProperties, 1, instr); |
-} |
- |
- |
void LCodeGen::DoTransitionElementsKind(LTransitionElementsKind* instr) { |
Register object = ToRegister(instr->object()); |