| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index de76741ea0fba1757c6d1e64f072c8a1df391b0c..497c15baff9f094482da968faeb8f941f4b66122 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -1290,7 +1290,6 @@ LInstruction* LChunkBuilder::DoCallNew(HCallNew* instr) {
|
|
|
|
|
| LInstruction* LChunkBuilder::DoCallNewArray(HCallNewArray* instr) {
|
| - ASSERT(FLAG_optimize_constructed_arrays);
|
| LOperand* constructor = UseFixed(instr->constructor(), rdi);
|
| argument_count_ -= instr->argument_count();
|
| LCallNewArray* result = new(zone()) LCallNewArray(constructor);
|
|
|