Index: src/crankshaft/ia32/lithium-ia32.h |
diff --git a/src/crankshaft/ia32/lithium-ia32.h b/src/crankshaft/ia32/lithium-ia32.h |
index 32c4d38c14834ef64dd6dee5a81673ecf6cc5b35..13ad4bd1a358bb2a38d9cb657e24b17107ed96b1 100644 |
--- a/src/crankshaft/ia32/lithium-ia32.h |
+++ b/src/crankshaft/ia32/lithium-ia32.h |
@@ -1885,6 +1885,8 @@ class LNumberUntagD final : public LTemplateInstruction<1, 1, 1> { |
DECLARE_CONCRETE_INSTRUCTION(NumberUntagD, "double-untag") |
DECLARE_HYDROGEN_ACCESSOR(Change); |
+ |
+ bool truncating() { return hydrogen()->CanTruncateToNumber(); } |
}; |