Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 7fbcad9744366c22cc55e4d6a591457f3fca5571..83c4c8d94edaa406eba0fd953ec02c1dae2edb5c 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -1620,11 +1620,6 @@ class LLoadKeyed V8_FINAL : public LTemplateInstruction<1, 2, 0> { |
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) |