Reviewers: Rodolph Perfetta (ARM), ulan,
Message:
PTAL
https://codereview.chromium.org/150943004/diff/1/src/a64/lithium-a64.cc
File src/a64/lithium-a64.cc (right):
https://codereview.chromium.org/150943004/diff/1/src/a64/lithium-a64.cc#newcode2088
src/a64/lithium-a64.cc:2088: ASSERT((instr->is_fixed_typed_array() &&
this is the correct ASSERT
Description:
A64: Remove incorrect ASSERT From DoStoreKeyed
BUG=none
[email protected],[email protected]
LOG=n
Please review this at https://codereview.chromium.org/150943004/
SVN Base: https://v8.googlecode.com/svn/branches/experimental/a64
Affected files (+0, -1 lines):
M src/a64/lithium-a64.cc
Index: src/a64/lithium-a64.cc
diff --git a/src/a64/lithium-a64.cc b/src/a64/lithium-a64.cc
index
bcfc1bfce90980d6771bd232a01ef511f7968591..4e8196ce9350fb3ff624a920efbbd8a62bf07a7f
100644
--- a/src/a64/lithium-a64.cc
+++ b/src/a64/lithium-a64.cc
@@ -2081,7 +2081,6 @@ LInstruction*
LChunkBuilder::DoStoreKeyed(HStoreKeyed* instr) {
}
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.