Revision: 16767
Author:   [email protected]
Date:     Tue Sep 17 12:22:09 2013 UTC
Log:      LLoadKeyed does not clobber double anymore.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/23890031
http://code.google.com/p/v8/source/detail?r=16767

Modified:
 /branches/bleeding_edge/src/ia32/lithium-ia32.h

=======================================
--- /branches/bleeding_edge/src/ia32/lithium-ia32.h Tue Sep 17 11:27:24 2013 UTC +++ /branches/bleeding_edge/src/ia32/lithium-ia32.h Tue Sep 17 12:22:09 2013 UTC
@@ -1619,11 +1619,6 @@
   bool is_external() const {
     return hydrogen()->is_external();
   }
-
-  virtual bool ClobbersDoubleRegisters() const V8_OVERRIDE {
-    return !CpuFeatures::IsSupported(SSE2) &&
-        !IsDoubleOrFloatElementsKind(hydrogen()->elements_kind());
-  }

   DECLARE_CONCRETE_INSTRUCTION(LoadKeyed, "load-keyed")
   DECLARE_HYDROGEN_ACCESSOR(LoadKeyed)

--
--
v8-dev mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to