Index: src/arm/lithium-arm.cc |
=================================================================== |
--- src/arm/lithium-arm.cc (revision 7028) |
+++ src/arm/lithium-arm.cc (working copy) |
@@ -1518,7 +1518,7 @@ |
LInstruction* LChunkBuilder::DoGetCachedArrayIndex( |
HGetCachedArrayIndex* instr) { |
ASSERT(instr->value()->representation().IsTagged()); |
- LOperand* value = UseRegister(instr->value()); |
+ LOperand* value = UseRegisterAtStart(instr->value()); |
return DefineAsRegister(new LGetCachedArrayIndex(value)); |
} |