| Index: src/ic/ppc/ic-compiler-ppc.cc
|
| diff --git a/src/ic/ppc/ic-compiler-ppc.cc b/src/ic/ppc/ic-compiler-ppc.cc
|
| index ad72c231de9c9a1fa9b3f7aa21e70657d5868dee..80881b931ed348df43c59517411a6680d350139b 100644
|
| --- a/src/ic/ppc/ic-compiler-ppc.cc
|
| +++ b/src/ic/ppc/ic-compiler-ppc.cc
|
| @@ -63,7 +63,7 @@ Handle<Code> PropertyICCompiler::CompilePolymorphic(MapHandleList* maps,
|
| // Polymorphic keyed stores may use the map register
|
| Register map_reg = scratch1();
|
| DCHECK(kind() != Code::KEYED_STORE_IC ||
|
| - map_reg.is(ElementTransitionAndStoreDescriptor::MapRegister()));
|
| + map_reg.is(StoreTransitionDescriptor::MapRegister()));
|
|
|
| int receiver_count = maps->length();
|
| int number_of_handled_maps = 0;
|
|
|