| Index: runtime/vm/il_printer.h
|
| ===================================================================
|
| --- runtime/vm/il_printer.h (revision 7951)
|
| +++ runtime/vm/il_printer.h (working copy)
|
| @@ -40,7 +40,8 @@
|
| // to the end of the block if it ends with an unconditional jump to
|
| // another block and that block is not next in reverse postorder.
|
| void PrintBlocks();
|
| - void Print(Instruction* instr);
|
| + static void PrintInstruction(Instruction* instr);
|
| + static void PrintComputation(Computation* comp);
|
|
|
| private:
|
| const Function& function_;
|
|
|