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

Unified Diff: runtime/vm/deopt_instructions.cc

Issue 516013003: Address review comments for r39595. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « no previous file | runtime/vm/flow_graph_compiler_ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/deopt_instructions.cc
diff --git a/runtime/vm/deopt_instructions.cc b/runtime/vm/deopt_instructions.cc
index ed6467fe3c5050e30de50d9a071044bc8020a9e1..e77830a55442977f5d6be0ef29b20de43be3bffd 100644
--- a/runtime/vm/deopt_instructions.cc
+++ b/runtime/vm/deopt_instructions.cc
@@ -1133,11 +1133,11 @@ void DeoptInfoBuilder::AddCopy(Value* value,
}
case kUnboxedInt32:
deopt_instr = new(isolate()) DeoptInt32Instr(
- ToCpuRegisterSource(source_loc));
+ ToCpuRegisterSource(source_loc));
break;
case kUnboxedUint32:
deopt_instr = new(isolate()) DeoptUint32Instr(
- ToCpuRegisterSource(source_loc));
+ ToCpuRegisterSource(source_loc));
break;
case kUnboxedDouble:
deopt_instr = new(isolate()) DeoptDoubleInstr(
« no previous file with comments | « no previous file | runtime/vm/flow_graph_compiler_ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698