Index: src/ic/mips/ic-compiler-mips.cc |
diff --git a/src/ic/mips/ic-compiler-mips.cc b/src/ic/mips/ic-compiler-mips.cc |
index 64f1662880b66872b4487cc76bd6b5ce09c83438..80f5c4783fed6c2721683de9b321d0299b82064d 100644 |
--- a/src/ic/mips/ic-compiler-mips.cc |
+++ b/src/ic/mips/ic-compiler-mips.cc |
@@ -100,10 +100,7 @@ |
Label next_map; |
__ Branch(&next_map, ne, match, Operand(map_reg)); |
Handle<WeakCell> cell = Map::WeakCellForMap(transitioned_maps->at(i)); |
- Register transition_map = scratch1(); |
- DCHECK(!FLAG_vector_stores && |
- transition_map.is(StoreTransitionDescriptor::MapRegister())); |
- __ LoadWeakValue(transition_map, cell, &miss); |
+ __ LoadWeakValue(transition_map(), cell, &miss); |
__ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET); |
__ bind(&next_map); |
} |