| Index: src/compiler/instruction.h
|
| diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
|
| index 7d5105b93a8435de4c0c7b0b52e46594e9bbc0e2..d02a7b3ffbc9207bf642dcab33714919c7290b28 100644
|
| --- a/src/compiler/instruction.h
|
| +++ b/src/compiler/instruction.h
|
| @@ -1052,7 +1052,7 @@ class InstructionSequence final : public ZoneObject {
|
| return instruction_blocks_->at(rpo_number.ToSize());
|
| }
|
|
|
| - const InstructionBlock* GetInstructionBlock(int instruction_index) const;
|
| + InstructionBlock* GetInstructionBlock(int instruction_index) const;
|
|
|
| static MachineType DefaultRepresentation() {
|
| return kPointerSize == 8 ? kRepWord64 : kRepWord32;
|
|
|