From: yangguo@chromium.org Date: Tue, 16 Apr 2013 12:33:39 +0000 (+0000) Subject: Remove bogus CPU scope. X-Git-Tag: upstream/4.7.83~14571 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa2c88d2fabbd783e1aa378972a8c2379601cb3b;p=platform%2Fupstream%2Fv8.git Remove bogus CPU scope. R=mvstanton@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/14295004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14281 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc index f5e8d3a..a19015d 100644 --- a/src/arm/lithium-codegen-arm.cc +++ b/src/arm/lithium-codegen-arm.cc @@ -4350,7 +4350,6 @@ void LCodeGen::DoStoreKeyedExternalArray(LStoreKeyed* instr) { if (elements_kind == EXTERNAL_FLOAT_ELEMENTS || elements_kind == EXTERNAL_DOUBLE_ELEMENTS) { - CpuFeatureScope scope(masm(), VFP3); DwVfpRegister value(ToDoubleRegister(instr->value())); Operand operand(key_is_constant ? Operand(constant_key << element_size_shift) @@ -5042,7 +5041,6 @@ void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { scratch1, scratch2, scratch3); } else { - CpuFeatureScope scope(masm(), VFP3); // Deoptimize if we don't have a heap number. DeoptimizeIf(ne, instr->environment());