| Index: src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| diff --git a/src/crankshaft/ia32/lithium-codegen-ia32.cc b/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| index f2fffa1c50ef758e1c23f6848b4b0e7b477ca4fc..16b3f5d01fe004afe3af8cc6264f2390b7128421 100644
|
| --- a/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| +++ b/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| @@ -4861,7 +4861,7 @@ void LCodeGen::DoAllocate(LAllocate* instr) {
|
| Register temp = ToRegister(instr->temp());
|
|
|
| // 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);
|
| }
|
|
|