Index: src/arm64/full-codegen-arm64.cc |
diff --git a/src/arm64/full-codegen-arm64.cc b/src/arm64/full-codegen-arm64.cc |
index 171765dd02f9c9f3b2657070c1fe7ae38c29c11a..36aad7cd9a6fcb06923801905a8c466d3f08324f 100644 |
--- a/src/arm64/full-codegen-arm64.cc |
+++ b/src/arm64/full-codegen-arm64.cc |
@@ -1652,11 +1652,6 @@ void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) { |
// result_saved is false the result is in x0. |
bool result_saved = false; |
- // Mark all computed expressions that are bound to a key that |
- // is shadowed by a later occurrence of the same key. For the |
- // marked expressions, no store code is emitted. |
- expr->CalculateEmitStore(zone()); |
- |
AccessorTable accessor_table(zone()); |
int property_index = 0; |
for (; property_index < expr->properties()->length(); property_index++) { |