| Index: src/compiler/code-generator.h
|
| diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
|
| index b900e699d93d28ac1ab71dc1b4401927dd873ab5..b82181c3314d12f1845f33eb180182eec336fc64 100644
|
| --- a/src/compiler/code-generator.h
|
| +++ b/src/compiler/code-generator.h
|
| @@ -84,6 +84,9 @@ class CodeGenerator final : public GapResolver::Assembler {
|
| bool IsMaterializableFromRoot(Handle<HeapObject> object,
|
| Heap::RootListIndex* index_return);
|
|
|
| + // Assemble instructions for the specified block.
|
| + void AssembleBlock(const InstructionBlock* block);
|
| +
|
| // Assemble code for the specified instruction.
|
| void AssembleInstruction(Instruction* instr, const InstructionBlock* block);
|
| void AssembleSourcePosition(Instruction* instr);
|
|
|