| Index: src/ic/ppc/access-compiler-ppc.cc
|
| diff --git a/src/ic/ppc/access-compiler-ppc.cc b/src/ic/ppc/access-compiler-ppc.cc
|
| index fcbbc6612188eb043036b7b03279710445006ad9..b1e06e16e14d0583f534dd987729c0031e678cea 100644
|
| --- a/src/ic/ppc/access-compiler-ppc.cc
|
| +++ b/src/ic/ppc/access-compiler-ppc.cc
|
| @@ -31,7 +31,6 @@ Register* PropertyAccessCompiler::store_calling_convention() {
|
| // receiver, name, scratch1, scratch2, scratch3.
|
| Register receiver = StoreDescriptor::ReceiverRegister();
|
| Register name = StoreDescriptor::NameRegister();
|
| - DCHECK(FLAG_vector_stores || r6.is(StoreTransitionDescriptor::MapRegister()));
|
| static Register registers[] = {receiver, name, r6, r7, r8};
|
| return registers;
|
| }
|
|
|