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