Index: src/mips/lithium-codegen-mips.cc |
diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc |
index b8cb044d946848f28deaf02d7345f9affffc73a9..f4f0b2f7bcf4976d81e89ce9c0634f83f18c5ae5 100644 |
--- a/src/mips/lithium-codegen-mips.cc |
+++ b/src/mips/lithium-codegen-mips.cc |
@@ -490,8 +490,6 @@ bool LCodeGen::IsInteger32(LConstantOperand* op) const { |
int LCodeGen::ToInteger32(LConstantOperand* op) const { |
HConstant* constant = chunk_->LookupConstant(op); |
- ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32()); |
- ASSERT(constant->HasInteger32Value()); |
return constant->Integer32Value(); |
} |