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

Unified Diff: runtime/vm/locations.cc

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/locations.h ('k') | runtime/vm/object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/locations.cc
diff --git a/runtime/vm/locations.cc b/runtime/vm/locations.cc
index 22480dd109f3dd84881026cf3fd46375a47e8116..92fbd7b841a44cf595fb8769557b92ceb9ca9f9e 100644
--- a/runtime/vm/locations.cc
+++ b/runtime/vm/locations.cc
@@ -259,7 +259,7 @@ Location Location::RemapForSlowPath(Definition* def,
UNREACHABLE();
}
} else if (IsPairLocation()) {
- ASSERT(def->representation() == kUnboxedMint);
+ ASSERT(def->representation() == kUnboxedInt64);
PairLocation* value_pair = AsPairLocation();
intptr_t index_lo;
intptr_t index_hi;
« no previous file with comments | « runtime/vm/locations.h ('k') | runtime/vm/object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698