Reviewers: Jakob, Message: I forgot to add the MIPS file to my previous Cl.
Description: MIPS: Fix compilation error after removing an unused flag. [email protected] Committed: https://code.google.com/p/v8/source/detail?r=10637 Please review this at https://chromiumcodereview.appspot.com/9348049/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/mips/lithium-codegen-mips.cc 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); -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
