| Index: src/ia32/ic-ia32.cc
|
| diff --git a/src/ia32/ic-ia32.cc b/src/ia32/ic-ia32.cc
|
| index f011e09233e66fa2dee2d1bc06b4de4b634ef45b..bfca89f3428d92d538504860d9e99619c0cbd6b9 100644
|
| --- a/src/ia32/ic-ia32.cc
|
| +++ b/src/ia32/ic-ia32.cc
|
| @@ -216,20 +216,6 @@ static void GenerateDictionaryStore(MacroAssembler* masm,
|
| }
|
|
|
|
|
| -void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
|
| - // ----------- S t a t e -------------
|
| - // -- ecx : name
|
| - // -- edx : receiver
|
| - // -- esp[0] : return address
|
| - // -----------------------------------
|
| - Label miss;
|
| -
|
| - StubCompiler::GenerateLoadFunctionPrototype(masm, edx, eax, ebx, &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,
|
|
|