| Index: runtime/vm/il_printer.h
|
| ===================================================================
|
| --- runtime/vm/il_printer.h (revision 11927)
|
| +++ runtime/vm/il_printer.h (working copy)
|
| @@ -46,6 +46,7 @@
|
| // another block and that block is not next in reverse postorder.
|
| void PrintBlocks();
|
| void PrintInstruction(Instruction* instr);
|
| + static void PrintOneInstruction(Instruction* instr, bool print_locations);
|
| static void PrintTypeCheck(const ParsedFunction& parsed_function,
|
| intptr_t token_pos,
|
| Value* value,
|
|
|