Revision: 10637
Author:   [email protected]
Date:     Wed Feb  8 02:33:30 2012
Log:      MIPS: Fix compilation error after removing an unused flag.

[email protected]
Review URL: https://chromiumcodereview.appspot.com/9348049
http://code.google.com/p/v8/source/detail?r=10637

Modified:
 /branches/bleeding_edge/src/mips/lithium-codegen-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/lithium-codegen-mips.cc Wed Feb 1 02:28:00 2012 +++ /branches/bleeding_edge/src/mips/lithium-codegen-mips.cc Wed Feb 8 02:33:30 2012
@@ -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

Reply via email to