Index: src/arm/lithium-codegen-arm.cc |
=================================================================== |
--- src/arm/lithium-codegen-arm.cc (revision 10626) |
+++ src/arm/lithium-codegen-arm.cc (working copy) |
@@ -673,7 +673,6 @@ |
void LCodeGen::PopulateDeoptimizationData(Handle<Code> code) { |
int length = deoptimizations_.length(); |
if (length == 0) return; |
- ASSERT(FLAG_deopt); |
Handle<DeoptimizationInputData> data = |
factory()->NewDeoptimizationInputData(length, TENURED); |