Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 49eba66ed1208a542f8e2bf8b5820172b8a748a4..b463a5c41430629e1043ebfd969b04f2a12771f6 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -1344,7 +1344,7 @@ class LConstantD FINAL : public LTemplateInstruction<1, 0, 1> { |
DECLARE_CONCRETE_INSTRUCTION(ConstantD, "constant-d") |
DECLARE_HYDROGEN_ACCESSOR(Constant) |
- double value() const { return hydrogen()->DoubleValue(); } |
+ uint64_t bits() const { return hydrogen()->DoubleValueAsBits(); } |
}; |