aboutsummaryrefslogtreecommitdiff
path: root/src/mips/lithium-mips.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mips/lithium-mips.cc')
-rw-r--r--src/mips/lithium-mips.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc
index 29cb3c63..32c88758 100644
--- a/src/mips/lithium-mips.cc
+++ b/src/mips/lithium-mips.cc
@@ -1460,7 +1460,6 @@ LInstruction* LChunkBuilder::DoRandom(HRandom* instr) {
LInstruction* LChunkBuilder::DoCompareGeneric(HCompareGeneric* instr) {
- Representation r = instr->GetInputRepresentation();
ASSERT(instr->left()->representation().IsTagged());
ASSERT(instr->right()->representation().IsTagged());
LOperand* left = UseFixed(instr->left(), a1);