| Index: src/crankshaft/ppc/lithium-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-ppc.cc b/src/crankshaft/ppc/lithium-ppc.cc
|
| index c43a64dbb4cffedf24509415480903e921baad0e..214e7711cade7030727af81cf1ca8aa4d473c730 100644
|
| --- a/src/crankshaft/ppc/lithium-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-ppc.cc
|
| @@ -2395,13 +2395,6 @@ LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) {
|
| - LOperand* object = UseFixed(instr->value(), r3);
|
| - LToFastProperties* result = new (zone()) LToFastProperties(object);
|
| - return MarkAsCall(DefineFixed(result, r3), instr);
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
|
| LOperand* context = UseFixed(instr->context(), cp);
|
| LOperand* value = UseFixed(instr->value(), r6);
|
|
|