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