| Index: src/a64/stub-cache-a64.cc
|
| diff --git a/src/a64/stub-cache-a64.cc b/src/a64/stub-cache-a64.cc
|
| index 57c03e8b9667067955680288c03c057f7c6969d2..31132867dafa8decc61c3c55c3197904e0960da4 100644
|
| --- a/src/a64/stub-cache-a64.cc
|
| +++ b/src/a64/stub-cache-a64.cc
|
| @@ -840,9 +840,6 @@ Register StubCompiler::CheckPrototypes(Handle<HeapType> type,
|
| Label* miss,
|
| PrototypeCheckType check) {
|
| Handle<Map> receiver_map(IC::TypeToMap(*type, isolate()));
|
| - // Make sure that the type feedback oracle harvests the receiver map.
|
| - // TODO(svenpanne) Remove this hack when all ICs are reworked.
|
| - __ Mov(scratch1, Operand(receiver_map));
|
|
|
| // object_reg and holder_reg registers can alias.
|
| ASSERT(!AreAliased(object_reg, scratch1, scratch2));
|
|
|