| Index: src/compiler/x64/instruction-selector-x64.cc
|
| diff --git a/src/compiler/x64/instruction-selector-x64.cc b/src/compiler/x64/instruction-selector-x64.cc
|
| index bd9fcde9321cee584a920d27960039e73ca845ed..04c4df307fba45730a88ced167b1af0f122494a8 100644
|
| --- a/src/compiler/x64/instruction-selector-x64.cc
|
| +++ b/src/compiler/x64/instruction-selector-x64.cc
|
| @@ -212,7 +212,7 @@ void InstructionSelector::VisitStore(Node* node) {
|
| MachineRepresentation rep = store_rep.representation();
|
|
|
| if (write_barrier_kind != kNoWriteBarrier) {
|
| - DCHECK_EQ(MachineRepresentation::kTagged, rep);
|
| + DCHECK(CanBeTaggedPointer(rep));
|
| AddressingMode addressing_mode;
|
| InstructionOperand inputs[3];
|
| size_t input_count = 0;
|
|
|