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

Unified Diff: runtime/vm/intermediate_language.h

Issue 811823002: Support remaping of pair location inside materializations for slow paths. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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
Index: runtime/vm/intermediate_language.h
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
index b9f399a1969dc2c9e4efac80fc0415c43a381d5a..38650d6d3026d5476019aa3f4390c03de0f1e1fe 100644
--- a/runtime/vm/intermediate_language.h
+++ b/runtime/vm/intermediate_language.h
@@ -4142,8 +4142,8 @@ class MaterializeObjectInstr : public Definition {
virtual bool MayThrow() const { return false; }
- void RemapRegisters(intptr_t* fpu_reg_slots,
- intptr_t* cpu_reg_slots);
+ void RemapRegisters(intptr_t* cpu_reg_slots,
+ intptr_t* fpu_reg_slots);
bool was_visited_for_liveness() const { return visited_for_liveness_; }
void mark_visited_for_liveness() {

Powered by Google App Engine
This is Rietveld 408576698