Revision: 19101
Author:   [email protected]
Date:     Wed Feb  5 13:15:16 2014 UTC
Log:      A64: Use the result of compare IC in StringCompareAndBranch.

TEST=mjsunit/third_party/string-trim
[email protected]

Review URL: https://codereview.chromium.org/149083004
http://code.google.com/p/v8/source/detail?r=19101

Modified:
 /branches/experimental/a64/src/a64/lithium-codegen-a64.cc

=======================================
--- /branches/experimental/a64/src/a64/lithium-codegen-a64.cc Wed Feb 5 11:19:15 2014 UTC +++ /branches/experimental/a64/src/a64/lithium-codegen-a64.cc Wed Feb 5 13:15:16 2014 UTC
@@ -5108,7 +5108,7 @@

   Condition condition = TokenToCondition(op, false);

-  EmitBranch(instr, condition);
+  EmitCompareAndBranch(instr, condition, x0, 0);
 }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to