Index: src/x87/lithium-x87.h |
diff --git a/src/x87/lithium-x87.h b/src/x87/lithium-x87.h |
index 5d27fcb7a335c837ff4e82dede31670da2a63659..3c3bb9fa81bb1b1090b7dff3e6d5fe65b81a3cff 100644 |
--- a/src/x87/lithium-x87.h |
+++ b/src/x87/lithium-x87.h |
@@ -1350,7 +1350,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(); } |
}; |