| Index: runtime/vm/il_printer.h
|
| diff --git a/runtime/vm/il_printer.h b/runtime/vm/il_printer.h
|
| index 347865b613faac358b707ea04bc5eb1cafffa5ed..1e2a94eb87508a0fa45aaef39a063cdad95e7d86 100644
|
| --- a/runtime/vm/il_printer.h
|
| +++ b/runtime/vm/il_printer.h
|
| @@ -46,6 +46,7 @@ class FlowGraphPrinter : public ValueObject {
|
| // another block and that block is not next in reverse postorder.
|
| void PrintBlocks();
|
| void PrintInstruction(Instruction* instr);
|
| + static void PrintComputation(Computation* comp);
|
| static void PrintTypeCheck(const ParsedFunction& parsed_function,
|
| intptr_t token_pos,
|
| Value* value,
|
|
|