| 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 842483481682f1dfde232162fb1d9bb4c04eaae1..2c4df038fb9ddcf30786da063b640cb2a15f1706 100644
|
| --- a/test/unittests/compiler/instruction-sequence-unittest.h
|
| +++ b/test/unittests/compiler/instruction-sequence-unittest.h
|
| @@ -158,7 +158,7 @@ class InstructionSequenceTest : public TestWithIsolateAndZone {
|
| void SetNumRegs(int num_general_registers, int num_double_registers);
|
| int GetNumRegs(MachineRepresentation rep);
|
| int GetAllocatableCode(int index, MachineRepresentation rep = kNoRep);
|
| - RegisterConfiguration* config();
|
| + const RegisterConfiguration* config();
|
| InstructionSequence* sequence();
|
|
|
| void StartLoop(int loop_blocks);
|
|
|