| Index: src/crankshaft/ppc/lithium-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-ppc.cc b/src/crankshaft/ppc/lithium-ppc.cc
|
| index bdc3b5313ff29bd6230b78c984f45a19797b65de..a71092a8a6df86b9cf5f24ac817b4b2eca1f9bf4 100644
|
| --- a/src/crankshaft/ppc/lithium-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-ppc.cc
|
| @@ -2414,12 +2414,6 @@ LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) {
|
| - LOperand* context = UseFixed(instr->context(), cp);
|
| - return MarkAsCall(DefineFixed(new (zone()) LCallStub(context), r3), instr);
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) {
|
| // There are no real uses of the arguments object.
|
| // arguments.length and element access are supported directly on
|
|
|