From ac1d48fe48c45e62769a1a4824fe5099e7a22aa6 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Mon, 27 Feb 2012 13:58:32 +0100 Subject: [PATCH] Correct comment: xvcg wants LF, not CR. --- ir/ir/irdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/irdump.c b/ir/ir/irdump.c index a63b797a6..8bf9a36fb 100644 --- a/ir/ir/irdump.c +++ b/ir/ir/irdump.c @@ -2638,7 +2638,7 @@ void dump_ir_graph_ext(ir_graph_dump_func func, ir_graph *graph, obstack_1grow(&obst, '\0'); file_name = (char*)obstack_finish(&obst); - /* xvcg expects only so we need "b"inary mode (for win32) */ + /* xvcg expects only so we need "b"inary mode (for win32) */ out = fopen(file_name, "wb"); obstack_free(&obst, file_name); -- 2.20.1