| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index 6e9bb7f349bdaadb0a9f686c2bb47a928b2522d0..c0e132ee6a32640c2bace4d31d2a258f4ee6def2 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, 1298029956) \
|
| + V(::, max, MathMax, 1627062966) \
|
| V(::, _doublePow, MathDoublePow, 1728171041) \
|
| V(Float32x4, Float32x4., Float32x4Constructor, 786169160) \
|
| V(Float32x4, Float32x4.zero, Float32x4Zero, 1589383280) \
|
|
|