Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: runtime/vm/intermediate_language.h

Issue 23658055: Reinstate type checks in Math.min and Math.max (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/math/math.dart » ('j') | sdk/lib/math/math.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) \
« no previous file with comments | « no previous file | sdk/lib/math/math.dart » ('j') | sdk/lib/math/math.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698