From 3ed0ab7a73c47265178d0650b5c893ede2fdb92c Mon Sep 17 00:00:00 2001 From: "fschneider@chromium.org" Date: Wed, 8 Feb 2012 10:33:30 +0000 Subject: [PATCH] MIPS: Fix compilation error after removing an unused flag. TBR=jkummerow@chromium.org Review URL: https://chromiumcodereview.appspot.com/9348049 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10637 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/mips/lithium-codegen-mips.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc index 91cddd820f..aead65c440 100644 --- a/src/mips/lithium-codegen-mips.cc +++ b/src/mips/lithium-codegen-mips.cc @@ -640,7 +640,6 @@ void LCodeGen::DeoptimizeIf(Condition cc, void LCodeGen::PopulateDeoptimizationData(Handle code) { int length = deoptimizations_.length(); if (length == 0) return; - ASSERT(FLAG_deopt); Handle data = factory()->NewDeoptimizationInputData(length, TENURED);