| Index: src/crankshaft/s390/lithium-codegen-s390.cc
|
| diff --git a/src/crankshaft/s390/lithium-codegen-s390.cc b/src/crankshaft/s390/lithium-codegen-s390.cc
|
| index 3711ce9e285a385f537c5d32d5f847a50150e8e4..3c3e03c18b16702a22f5248dcc10eb4e2c62e75f 100644
|
| --- a/src/crankshaft/s390/lithium-codegen-s390.cc
|
| +++ b/src/crankshaft/s390/lithium-codegen-s390.cc
|
| @@ -5255,7 +5255,7 @@ void LCodeGen::DoAllocate(LAllocate* instr) {
|
| Register scratch2 = ToRegister(instr->temp2());
|
|
|
| // Allocate memory for the object.
|
| - AllocationFlags flags = TAG_OBJECT;
|
| + AllocationFlags flags = NO_ALLOCATION_FLAGS;
|
| if (instr->hydrogen()->MustAllocateDoubleAligned()) {
|
| flags = static_cast<AllocationFlags>(flags | DOUBLE_ALIGNMENT);
|
| }
|
|
|