| Index: src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-codegen-ppc.cc b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| index 1cd869111b7e1c74cdab136402a72ec4fbc81233..a854ca9dbe2f54a35fe317a9efdf9c54941d9a29 100644
|
| --- a/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| @@ -2551,16 +2551,6 @@ void LCodeGen::DoCmpMapAndBranch(LCmpMapAndBranch* instr) {
|
| }
|
|
|
|
|
| -void LCodeGen::DoInstanceOf(LInstanceOf* instr) {
|
| - DCHECK(ToRegister(instr->context()).is(cp));
|
| - DCHECK(ToRegister(instr->left()).is(InstanceOfDescriptor::LeftRegister()));
|
| - DCHECK(ToRegister(instr->right()).is(InstanceOfDescriptor::RightRegister()));
|
| - DCHECK(ToRegister(instr->result()).is(r3));
|
| - InstanceOfStub stub(isolate());
|
| - CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
|
| -}
|
| -
|
| -
|
| void LCodeGen::DoHasInPrototypeChainAndBranch(
|
| LHasInPrototypeChainAndBranch* instr) {
|
| Register const object = ToRegister(instr->object());
|
|
|