Index: src/arm/lithium-arm.cc |
=================================================================== |
--- src/arm/lithium-arm.cc (revision 6216) |
+++ src/arm/lithium-arm.cc (working copy) |
@@ -2022,7 +2022,7 @@ |
LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { |
- LInstruction* result = new LTypeof(Use(instr->value())); |
+ LInstruction* result = new LTypeof(UseRegisterAtStart(instr->value())); |
return MarkAsCall(DefineFixed(result, r0), instr); |
} |