Chromium Code Reviews| Index: vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- vm/flow_graph_compiler_x64.h (revision 7724) |
| +++ vm/flow_graph_compiler_x64.h (working copy) |
| @@ -80,6 +80,8 @@ |
| // Emit code to load a Value into register 'dst'. |
| void LoadValue(Register dst, Value* value); |
| + void EmitComment(Instruction* instr); |
| + |
| // Emit an instance call. |
| void EmitInstanceCall(intptr_t cid, |
| intptr_t token_index, |