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 aa3859a62c74c3ef6aaeef21a95bd8c20abba7c9..33077403056edead82bcfd9580b1dbdcab85a777 100644 |
--- a/src/ic/ppc/access-compiler-ppc.cc |
+++ b/src/ic/ppc/access-compiler-ppc.cc |
@@ -33,7 +33,7 @@ Register* PropertyAccessCompiler::store_calling_convention() { |
// receiver, name, scratch1, scratch2, scratch3. |
Register receiver = StoreDescriptor::ReceiverRegister(); |
Register name = StoreDescriptor::NameRegister(); |
- DCHECK(r6.is(ElementTransitionAndStoreDescriptor::MapRegister())); |
+ DCHECK(r6.is(StoreTransitionDescriptor::MapRegister())); |
static Register registers[] = {receiver, name, r6, r7, r8}; |
return registers; |
} |