| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index 6e9bb7f349bdaadb0a9f686c2bb47a928b2522d0..766fcaa9da86fce08f9d09e4bee7587ee60385bd 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -83,8 +83,8 @@ class Range;
|
| V(::, sqrt, MathSqrt, 465520247) \
|
| V(::, sin, MathSin, 730107143) \
|
| V(::, cos, MathCos, 1282146521) \
|
| - V(::, min, MathMin, 1602283410) \
|
| - V(::, max, MathMax, 997766696) \
|
| + V(::, min, MathMin, 1830216388) \
|
| + V(::, max, MathMax, 234565686) \
|
| V(::, _doublePow, MathDoublePow, 1728171041) \
|
| V(Float32x4, Float32x4., Float32x4Constructor, 786169160) \
|
| V(Float32x4, Float32x4.zero, Float32x4Zero, 1589383280) \
|
|
|