Chromium Code Reviews| Index: src/mips/lithium-codegen-mips.cc |
| =================================================================== |
| --- src/mips/lithium-codegen-mips.cc (revision 10632) |
| +++ src/mips/lithium-codegen-mips.cc (working copy) |
| @@ -640,7 +640,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); |