Index: src/arm/lithium-arm.cc |
=================================================================== |
--- src/arm/lithium-arm.cc (revision 6297) |
+++ src/arm/lithium-arm.cc (working copy) |
@@ -1075,7 +1075,7 @@ |
LInstruction* LChunkBuilder::DoInstanceOfKnownGlobal( |
HInstanceOfKnownGlobal* instr) { |
LInstruction* result = |
- new LInstanceOfKnownGlobal(UseFixed(instr->value(), r0)); |
+ new LInstanceOfKnownGlobal(UseFixed(instr->value(), r0), FixedTemp(r4)); |
return MarkAsCall(DefineFixed(result, r0), instr); |
} |