summaryrefslogtreecommitdiff
path: root/deps/v8/src/arm/lithium-codegen-arm.cc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-13 10:04:53 -0800
committerisaacs <i@izs.me>2012-02-13 10:05:16 -0800
commit68a0c56a7d9c26661245b06c7d1231625a0aa5ac (patch)
treef498b59d5c3c21297743ec560a9087217f5695fc /deps/v8/src/arm/lithium-codegen-arm.cc
parent09ccbef3bbfc4ca14c58dbed4c3c067bd1f1e14c (diff)
downloadnode-new-68a0c56a7d9c26661245b06c7d1231625a0aa5ac.tar.gz
Upgrade V8 to 3.9.5
Diffstat (limited to 'deps/v8/src/arm/lithium-codegen-arm.cc')
-rw-r--r--deps/v8/src/arm/lithium-codegen-arm.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/src/arm/lithium-codegen-arm.cc b/deps/v8/src/arm/lithium-codegen-arm.cc
index 6f898fca5c..64ca1a37bf 100644
--- a/deps/v8/src/arm/lithium-codegen-arm.cc
+++ b/deps/v8/src/arm/lithium-codegen-arm.cc
@@ -673,7 +673,6 @@ void LCodeGen::DeoptimizeIf(Condition cc, LEnvironment* environment) {
void LCodeGen::PopulateDeoptimizationData(Handle<Code> code) {
int length = deoptimizations_.length();
if (length == 0) return;
- ASSERT(FLAG_deopt);
Handle<DeoptimizationInputData> data =
factory()->NewDeoptimizationInputData(length, TENURED);