| Index: src/crankshaft/mips/lithium-mips.cc
|
| diff --git a/src/crankshaft/mips/lithium-mips.cc b/src/crankshaft/mips/lithium-mips.cc
|
| index ddf1ceed96b92dca88feca96f942e512bb1070d5..015c1c43ecf02c6034a147453c98a5b4c449018d 100644
|
| --- a/src/crankshaft/mips/lithium-mips.cc
|
| +++ b/src/crankshaft/mips/lithium-mips.cc
|
| @@ -2388,13 +2388,6 @@ LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) {
|
| - LOperand* object = UseFixed(instr->value(), a0);
|
| - LToFastProperties* result = new(zone()) LToFastProperties(object);
|
| - return MarkAsCall(DefineFixed(result, v0), instr);
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
|
| LOperand* context = UseFixed(instr->context(), cp);
|
| LOperand* value = UseFixed(instr->value(), a3);
|
|
|