Revision: 14281
Author:   yang...@chromium.org
Date:     Tue Apr 16 05:33:39 2013
Log:      Remove bogus CPU scope.

R=mvstan...@chromium.org
BUG=

Review URL: https://chromiumcodereview.appspot.com/14295004
http://code.google.com/p/v8/source/detail?r=14281

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

=======================================
--- /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc Tue Apr 16 05:30:51 2013 +++ /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc Tue Apr 16 05:33:39 2013
@@ -4350,7 +4350,6 @@

   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 @@
                    scratch1, scratch2, scratch3);

   } else {
-    CpuFeatureScope scope(masm(), VFP3);
     // Deoptimize if we don't have a heap number.
     DeoptimizeIf(ne, instr->environment());

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to