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

Unified Diff: runtime/vm/locations.h

Issue 2994113003: [vm] Rename *MintOp to *Int64Op to emphasis that they operate on unboxed values. (Closed)
Patch Set: il-printer 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/jit_optimizer.cc ('k') | runtime/vm/locations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/locations.h
diff --git a/runtime/vm/locations.h b/runtime/vm/locations.h
index d6f14f807f236f0d2a13b24cb5e592cfa0d0cf18..e7ac4d640d3fbb90d5cb05567ad853e2837095d6 100644
--- a/runtime/vm/locations.h
+++ b/runtime/vm/locations.h
@@ -25,7 +25,7 @@ enum Representation {
kUnboxedDouble,
kUnboxedInt32,
kUnboxedUint32,
- kUnboxedMint,
+ kUnboxedInt64,
kUnboxedFloat32x4,
kUnboxedInt32x4,
kUnboxedFloat64x2,
« no previous file with comments | « runtime/vm/jit_optimizer.cc ('k') | runtime/vm/locations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698