Revision: 19906
Author:   [email protected]
Date:     Thu Mar 13 15:53:08 2014 UTC
Log:      A64: Remove temporary sxtw instructions

BUG=v8:3149
LOG=
[email protected]

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

Modified:
 /branches/bleeding_edge/src/a64/macro-assembler-a64.cc

=======================================
--- /branches/bleeding_edge/src/a64/macro-assembler-a64.cc Thu Mar 13 13:18:48 2014 UTC +++ /branches/bleeding_edge/src/a64/macro-assembler-a64.cc Thu Mar 13 15:53:08 2014 UTC
@@ -2824,10 +2824,6 @@
   Pop(lr);

   Bind(&done);
-
-  // TODO(rmcilroy): Remove this Sxtw once the following bug is fixed:
-  // https://code.google.com/p/v8/issues/detail?id=3149
-  Sxtw(result, result.W());
 }


@@ -2854,10 +2850,6 @@
   Pop(lr);

   Bind(&done);
-
-  // TODO(rmcilroy): Remove this Sxtw once the following bug is fixed:
-  // https://code.google.com/p/v8/issues/detail?id=3149
-  Sxtw(result, result.W());
 }


--
--
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/d/optout.

Reply via email to