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