| Index: src/compiler/mips/instruction-selector-mips.cc
|
| diff --git a/src/compiler/mips/instruction-selector-mips.cc b/src/compiler/mips/instruction-selector-mips.cc
|
| index 4c353694e892302cb54056192a92de46e2a8999e..69321faee7c470fd9a286ecac016705063e4f4c0 100644
|
| --- a/src/compiler/mips/instruction-selector-mips.cc
|
| +++ b/src/compiler/mips/instruction-selector-mips.cc
|
| @@ -198,7 +198,7 @@ void InstructionSelector::VisitStore(Node* node) {
|
|
|
| // TODO(mips): I guess this could be done in a better way.
|
| if (write_barrier_kind != kNoWriteBarrier) {
|
| - DCHECK_EQ(MachineRepresentation::kTagged, rep);
|
| + DCHECK(CanBeTaggedPointer(rep));
|
| InstructionOperand inputs[3];
|
| size_t input_count = 0;
|
| inputs[input_count++] = g.UseUniqueRegister(base);
|
|
|