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