Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.cc (revision 10101) |
| +++ runtime/vm/flow_graph_compiler.cc (working copy) |
| @@ -409,7 +409,7 @@ |
| char buffer[256]; |
| BufferFormatter f(buffer, sizeof(buffer)); |
| instr->PrintTo(&f); |
| - assembler()->Comment("@%d: %s", instr->cid(), buffer); |
| + assembler()->Comment("%s", buffer); |
| } |