Index: src/arm/lithium-arm.cc |
=================================================================== |
--- src/arm/lithium-arm.cc (revision 8995) |
+++ src/arm/lithium-arm.cc (working copy) |
@@ -1399,7 +1399,6 @@ |
LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) { |
Token::Value op = instr->token(); |
- Representation r = instr->GetInputRepresentation(); |
ASSERT(instr->left()->representation().IsTagged()); |
ASSERT(instr->right()->representation().IsTagged()); |
bool reversed = (op == Token::GT || op == Token::LTE); |