| 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 85951b2d946f328b4f21fab8ac73e6f07704a003..85eb775ce0a52868907ba33238610dd6ecedddcf 100644
|
| --- a/src/crankshaft/x87/lithium-codegen-x87.cc
|
| +++ b/src/crankshaft/x87/lithium-codegen-x87.cc
|
| @@ -2676,18 +2676,6 @@ void LCodeGen::EmitVectorLoadICRegisters(T* instr) {
|
| }
|
|
|
|
|
| -void LCodeGen::DoLoadGlobalGeneric(LLoadGlobalGeneric* instr) {
|
| - DCHECK(ToRegister(instr->context()).is(esi));
|
| - DCHECK(ToRegister(instr->result()).is(eax));
|
| -
|
| - EmitVectorLoadICRegisters<LLoadGlobalGeneric>(instr);
|
| - Handle<Code> ic =
|
| - CodeFactory::LoadGlobalICInOptimizedCode(isolate(), instr->typeof_mode())
|
| - .code();
|
| - CallCode(ic, RelocInfo::CODE_TARGET, instr);
|
| -}
|
| -
|
| -
|
| void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {
|
| Register context = ToRegister(instr->context());
|
| Register result = ToRegister(instr->result());
|
|
|