Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
2cd4bf52
Commit
2cd4bf52
authored
Dec 16, 2011
by
yb9976
Browse files
Do not generate trailing whitespaces.
parent
4752f677
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irdump.c
View file @
2cd4bf52
...
...
@@ -1532,7 +1532,7 @@ static void dump_graph_from_list(FILE *F, ir_graph *irg)
fprintf
(
F
,
"graph: { title: "
);
print_irgid
(
F
,
irg
);
fprintf
(
F
,
" label:
\"
%s
\"
status:clustered color:%s
\n
"
,
fprintf
(
F
,
" label:
\"
%s
\"
status:clustered color:%s
\n
"
,
get_ent_dump_name
(
ent
),
color_names
[
ird_color_prog_background
]);
dump_graph_info
(
F
,
irg
);
...
...
@@ -2120,7 +2120,7 @@ static void dump_blocks_extbb_grouped(FILE *F, ir_graph *irg)
fprintf
(
F
,
"graph: { title: "
);
print_irgid
(
F
,
irg
);
fprintf
(
F
,
" label:
\"
%s
\"
status:clustered color: white
\n
"
,
fprintf
(
F
,
" label:
\"
%s
\"
status:clustered color: white
\n
"
,
get_ent_dump_name
(
ent
));
dump_graph_info
(
F
,
irg
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment