Index: src/mips/lithium-mips.h |
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h |
index ecffef7ef33bc03003b768283374ed6bfd476f14..365ffd15683dcab22ff440ad76ab531d6cbe08f8 100644 |
--- a/src/mips/lithium-mips.h |
+++ b/src/mips/lithium-mips.h |
@@ -1323,6 +1323,7 @@ class LConstantD FINAL : public LTemplateInstruction<1, 0, 0> { |
DECLARE_HYDROGEN_ACCESSOR(Constant) |
double value() const { return hydrogen()->DoubleValue(); } |
+ uint64_t bits() const { return hydrogen()->DoubleValueAsBits(); } |
}; |