| Index: src/crankshaft/mips/lithium-codegen-mips.cc
|
| diff --git a/src/crankshaft/mips/lithium-codegen-mips.cc b/src/crankshaft/mips/lithium-codegen-mips.cc
|
| index eecf7d4c049714af364bba210c050c62fed4d830..ada7dd533131869fd4dec36a9ac5917c47efa833 100644
|
| --- a/src/crankshaft/mips/lithium-codegen-mips.cc
|
| +++ b/src/crankshaft/mips/lithium-codegen-mips.cc
|
| @@ -5167,14 +5167,6 @@ void LCodeGen::DoDeferredAllocate(LAllocate* instr) {
|
| }
|
|
|
|
|
| -void LCodeGen::DoToFastProperties(LToFastProperties* instr) {
|
| - DCHECK(ToRegister(instr->value()).is(a0));
|
| - DCHECK(ToRegister(instr->result()).is(v0));
|
| - __ push(a0);
|
| - CallRuntime(Runtime::kToFastProperties, 1, instr);
|
| -}
|
| -
|
| -
|
| void LCodeGen::DoTypeof(LTypeof* instr) {
|
| DCHECK(ToRegister(instr->value()).is(a3));
|
| DCHECK(ToRegister(instr->result()).is(v0));
|
|
|