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

Unified Diff: runtime/vm/il_printer.cc

Issue 2994113003: [vm] Rename *MintOp to *Int64Op to emphasis that they operate on unboxed values. (Closed)
Patch Set: kUnboxedMint Created 3 years, 4 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 | « runtime/vm/flow_graph_type_propagator.cc ('k') | runtime/vm/intermediate_language.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/il_printer.cc
diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
index d46c8ec54d298bc0867cc32cac64a6c5b3649faa..076e59f76423f80229c730992c98f93d8dd7d028 100644
--- a/runtime/vm/il_printer.cc
+++ b/runtime/vm/il_printer.cc
@@ -1079,7 +1079,7 @@ static const char* RepresentationToCString(Representation rep) {
return "int32";
case kUnboxedUint32:
return "uint32";
- case kUnboxedMint:
+ case kUnboxedInt64:
return "mint";
Vyacheslav Egorov (Google) 2017/08/11 01:17:31 rename this to int64
rmacnak 2017/08/11 16:40:55 Done.
case kUnboxedFloat32x4:
return "float32x4";
« no previous file with comments | « runtime/vm/flow_graph_type_propagator.cc ('k') | runtime/vm/intermediate_language.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698