| Index: src/crankshaft/ia32/lithium-ia32.cc
|
| diff --git a/src/crankshaft/ia32/lithium-ia32.cc b/src/crankshaft/ia32/lithium-ia32.cc
|
| index d6117379dee07fa0a8248e98d9ca87227cdd7f6e..0c333822c776099b05eac79b2f5ded6768b80832 100644
|
| --- a/src/crankshaft/ia32/lithium-ia32.cc
|
| +++ b/src/crankshaft/ia32/lithium-ia32.cc
|
| @@ -2492,13 +2492,6 @@ LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) {
|
| - LOperand* object = UseFixed(instr->value(), eax);
|
| - LToFastProperties* result = new(zone()) LToFastProperties(object);
|
| - return MarkAsCall(DefineFixed(result, eax), instr);
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) {
|
| LOperand* context = UseFixed(instr->context(), esi);
|
| LOperand* value = UseFixed(instr->value(), ebx);
|
|
|