| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index 701c8db44e1e24f8e1dc29776c011500aacd8d9d..4ba881abe73d4440905a1ba9921adec9dfbb73cc 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -494,8 +494,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();
|
| }
|
|
|
|
|