| Index: src/a64/lithium-codegen-a64.cc
|
| diff --git a/src/a64/lithium-codegen-a64.cc b/src/a64/lithium-codegen-a64.cc
|
| index 56b29ceb09e0d5d9622517e584476bdc2a57e702..ca530b782e46b22f988492b0cbd677a979164589 100644
|
| --- a/src/a64/lithium-codegen-a64.cc
|
| +++ b/src/a64/lithium-codegen-a64.cc
|
| @@ -5160,7 +5160,6 @@ void LCodeGen::DoThisFunction(LThisFunction* instr) {
|
| void LCodeGen::DoToFastProperties(LToFastProperties* instr) {
|
| ASSERT(ToRegister(instr->value()).Is(x0));
|
| ASSERT(ToRegister(instr->result()).Is(x0));
|
| - ASM_UNIMPLEMENTED_BREAK("DoToFastProperties");
|
| __ Push(x0);
|
| CallRuntime(Runtime::kToFastProperties, 1, instr);
|
| }
|
|
|