| Index: src/compiler/instruction.h
|
| diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h
|
| index 8a6a0ae92a9481f513dec2fff10cc84c08b6c060..16bff0686589d595c774947f56a351769924bfab 100644
|
| --- a/src/compiler/instruction.h
|
| +++ b/src/compiler/instruction.h
|
| @@ -1323,6 +1323,9 @@ class InstructionSequence final : public ZoneObject {
|
| void Print(const RegisterConfiguration* config) const;
|
| void Print() const;
|
|
|
| + void PrintBlock(const RegisterConfiguration* config, int block_id) const;
|
| + void PrintBlock(int block_id) const;
|
| +
|
| private:
|
| friend std::ostream& operator<<(std::ostream& os,
|
| const PrintableInstructionSequence& code);
|
|
|