| Index: src/mips/ic-mips.cc
|
| diff --git a/src/mips/ic-mips.cc b/src/mips/ic-mips.cc
|
| index 4bbcbe21fdf6573fd6ac9e3f76f2ac37904abf0c..3d02b2447e3be8cbb7eff40def5779323390e980 100644
|
| --- a/src/mips/ic-mips.cc
|
| +++ b/src/mips/ic-mips.cc
|
| @@ -215,21 +215,6 @@ static void GenerateDictionaryStore(MacroAssembler* masm,
|
| }
|
|
|
|
|
| -void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
|
| - // ----------- S t a t e -------------
|
| - // -- a2 : name
|
| - // -- lr : return address
|
| - // -- a0 : receiver
|
| - // -- sp[0] : receiver
|
| - // -----------------------------------
|
| - Label miss;
|
| -
|
| - StubCompiler::GenerateLoadFunctionPrototype(masm, a0, a1, a3, &miss);
|
| - __ bind(&miss);
|
| - StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
|
| -}
|
| -
|
| -
|
| // Checks the receiver for special cases (value type, slow case bits).
|
| // Falls through for regular JS object.
|
| static void GenerateKeyedLoadReceiverCheck(MacroAssembler* masm,
|
|
|