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

Unified Diff: runtime/vm/flow_graph_builder.cc

Issue 14042012: More fixes. Thanks to Slava for reminding me of check-function-fingerprints flag. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | tests/corelib/list_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_builder.cc
diff --git a/runtime/vm/flow_graph_builder.cc b/runtime/vm/flow_graph_builder.cc
index 0d3657b7118131a817e3e9a264a5f88e9ae552c3..906aa9241139f5c11957aa90c410dbee7a82f529 100644
--- a/runtime/vm/flow_graph_builder.cc
+++ b/runtime/vm/flow_graph_builder.cc
@@ -2057,7 +2057,7 @@ void EffectGraphVisitor::BuildConstructorCall(
V(Uint8ListFactory, kTypedDataUint8ArrayCid, 1883551322) \
V(Uint8ClampedListFactory, kTypedDataUint8ClampedArrayCid, 244333676) \
V(Int16ListFactory, kTypedDataInt16ArrayCid, 335889889) \
- V(Uint16ListFactory, kTypedDataUint16ArrayCid, 1552801708) \
+ V(Uint16ListFactory, kTypedDataUint16ArrayCid, 1374024153) \
V(Int32ListFactory, kTypedDataInt32ArrayCid, 1615677219) \
V(Uint32ListFactory, kTypedDataUint32ArrayCid, 1239540305) \
V(Int64ListFactory, kTypedDataInt64ArrayCid, 993438946) \
« no previous file with comments | « no previous file | tests/corelib/list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698