Index: src/arm/lithium-arm.cc |
=================================================================== |
--- src/arm/lithium-arm.cc (revision 10366) |
+++ src/arm/lithium-arm.cc (working copy) |
@@ -1529,7 +1529,7 @@ |
LInstruction* LChunkBuilder::DoClassOfTestAndBranch( |
HClassOfTestAndBranch* instr) { |
ASSERT(instr->value()->representation().IsTagged()); |
- return new LClassOfTestAndBranch(UseTempRegister(instr->value()), |
+ return new LClassOfTestAndBranch(UseRegister(instr->value()), |
TempRegister()); |
} |