Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index e039fc651901f64d0eaf9f2bdbfa1f5755a94ed1..1dbdd19c8c795ba1fb9093c3c514140d0eda67e0 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -1639,7 +1639,7 @@ class LDoubleToI: public LTemplateInstruction<1, 1, 2> { |
} |
DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i") |
- DECLARE_HYDROGEN_ACCESSOR(Change) |
+ DECLARE_HYDROGEN_ACCESSOR(UnaryOperation) |
bool truncating() { return hydrogen()->CanTruncateToInt32(); } |
}; |
@@ -1659,7 +1659,7 @@ class LTaggedToI: public LTemplateInstruction<1, 1, 3> { |
} |
DECLARE_CONCRETE_INSTRUCTION(TaggedToI, "tagged-to-i") |
- DECLARE_HYDROGEN_ACCESSOR(Change) |
+ DECLARE_HYDROGEN_ACCESSOR(UnaryOperation) |
bool truncating() { return hydrogen()->CanTruncateToInt32(); } |
}; |