Index: src/mips/lithium-mips.cc |
diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc |
index 7fdd079cd2fc212edcb64b0ffb4e0874165361ec..9da1844aab684fb313a678d5574180cdada21145 100644 |
--- a/src/mips/lithium-mips.cc |
+++ b/src/mips/lithium-mips.cc |
@@ -1327,15 +1327,6 @@ LInstruction* LChunkBuilder::DoBitwise(HBitwise* instr) { |
} |
-LInstruction* LChunkBuilder::DoBitNot(HBitNot* instr) { |
- ASSERT(instr->value()->representation().IsInteger32()); |
- ASSERT(instr->representation().IsInteger32()); |
- if (instr->HasNoUses()) return NULL; |
- LOperand* value = UseRegisterAtStart(instr->value()); |
- return DefineAsRegister(new(zone()) LBitNotI(value)); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoDiv(HDiv* instr) { |
if (instr->representation().IsDouble()) { |
return DoArithmeticD(Token::DIV, instr); |