Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index c618fdfb544686061721f168ef1fed319f46419e..30c98ab19419e8fa4ec6f6ca3cec63785a85218b 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -1731,6 +1731,7 @@ class HChange V8_FINAL : public HUnaryOperation { |
ASSERT(!value->representation().Equals(to)); |
set_representation(to); |
SetFlag(kUseGVN); |
+ SetFlag(kCanOverflow); |
if (is_truncating_to_smi) { |
SetFlag(kTruncatingToSmi); |
SetFlag(kTruncatingToInt32); |