Revision: 19262
Author:   [email protected]
Date:     Tue Feb 11 09:26:27 2014 UTC
Log:      A64: Remove incorrect ASSERT From DoStoreKeyed

BUG=none
[email protected], [email protected]
LOG=n

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

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

=======================================
--- /branches/experimental/a64/src/a64/lithium-a64.cc Mon Feb 10 17:52:31 2014 UTC +++ /branches/experimental/a64/src/a64/lithium-a64.cc Tue Feb 11 09:26:27 2014 UTC
@@ -2081,7 +2081,6 @@
   }

   if (instr->is_typed_elements()) {
-    ASSERT(instr->elements()->representation().IsExternal());
     ASSERT((instr->value()->representation().IsInteger32() &&
             !IsDoubleOrFloatElementsKind(instr->elements_kind())) ||
            (instr->value()->representation().IsDouble() &&

--
--
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