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

Unified Diff: runtime/vm/object_arm64_test.cc

Issue 593363003: Expands the use of Immediate and Operand wrappers. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 2 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/intrinsifier_mips.cc ('k') | runtime/vm/stub_code_arm64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object_arm64_test.cc
===================================================================
--- runtime/vm/object_arm64_test.cc (revision 40903)
+++ runtime/vm/object_arm64_test.cc (working copy)
@@ -18,7 +18,7 @@
// This is used to test Code and Instruction object creation.
void GenerateIncrement(Assembler* assembler) {
__ mov(SP, CSP);
- __ movz(R0, 0, 0);
+ __ movz(R0, Immediate(0), 0);
__ Push(R0);
__ add(R0, R0, Operand(1));
__ str(R0, Address(SP));
« no previous file with comments | « runtime/vm/intrinsifier_mips.cc ('k') | runtime/vm/stub_code_arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698