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

Unified Diff: test/cctest/test-assembler-a64.cc

Issue 141593005: A64: Implement Smi support in MathAbs (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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 | « src/a64/stub-cache-a64.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-assembler-a64.cc
diff --git a/test/cctest/test-assembler-a64.cc b/test/cctest/test-assembler-a64.cc
index a41c8a53d6570c516c00363b42ea55192ec1e085..954ae7b2caf94016e251e06a7b8a01e3c2441fd7 100644
--- a/test/cctest/test-assembler-a64.cc
+++ b/test/cctest/test-assembler-a64.cc
@@ -9164,7 +9164,7 @@ static void DoSmiAbsTest(int32_t value, bool must_fail = false) {
__ Mov(x2, 0xc001c0de);
__ Mov(x1, value);
__ SmiTag(x1);
- __ SmiAbs(x1, x0, &slow);
+ __ SmiAbs(x1, &slow);
__ SmiUntag(x1);
__ B(&end);
« no previous file with comments | « src/a64/stub-cache-a64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698