| Index: test/unittests/compiler/instruction-sequence-unittest.h
|
| diff --git a/test/unittests/compiler/instruction-sequence-unittest.h b/test/unittests/compiler/instruction-sequence-unittest.h
|
| index 1aa552a1cc3d3a069ef2a0c2fd752a936e21cff1..842483481682f1dfde232162fb1d9bb4c04eaae1 100644
|
| --- a/test/unittests/compiler/instruction-sequence-unittest.h
|
| +++ b/test/unittests/compiler/instruction-sequence-unittest.h
|
| @@ -20,7 +20,9 @@ class InstructionSequenceTest : public TestWithIsolateAndZone {
|
| static const int kDefaultNRegs = 8;
|
| static const int kNoValue = kMinInt;
|
| static const MachineRepresentation kNoRep = MachineRepresentation::kNone;
|
| + static const MachineRepresentation kFloat32 = MachineRepresentation::kFloat32;
|
| static const MachineRepresentation kFloat64 = MachineRepresentation::kFloat64;
|
| + static const MachineRepresentation kSimd128 = MachineRepresentation::kSimd128;
|
|
|
| typedef RpoNumber Rpo;
|
|
|
|
|