Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index 34248579982d328c48d72855512b85f5f214d601..e10cebd084d4acacc7c746455029d76c89a6b31f 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -425,8 +425,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(); |
} |