Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index cf192f4cf9c1b44d7401534c63de4bb23323c768..00406ac5d38ac87ad4bca973e3f346a08a6a3a9f 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -416,8 +416,6 @@ bool LCodeGen::IsTaggedConstant(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(); |
} |