| Index: src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.cc b/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| index 4ff61eefc9f65770781646ad4fa42229d1d6b940..94cb17c3eb6821d55dd0c89106f8dd4cdbb7ce73 100644
|
| --- a/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| +++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| @@ -2617,18 +2617,6 @@ void LCodeGen::EmitVectorLoadICRegisters(T* instr) {
|
| }
|
|
|
|
|
| -void LCodeGen::DoLoadGlobalGeneric(LLoadGlobalGeneric* instr) {
|
| - DCHECK(ToRegister(instr->context()).is(cp));
|
| - DCHECK(ToRegister(instr->result()).is(v0));
|
| -
|
| - 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());
|
|
|