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
a63c17c6
Commit
a63c17c6
authored
Oct 02, 2015
by
Christoph Mallon
Browse files
ir: Add newline at end of dumped bitinfo.
parent
e02d2a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irdumptxt.c
View file @
a63c17c6
...
...
@@ -353,6 +353,7 @@ void dump_irnode_to_file(FILE *const F, const ir_node *const n)
case
BITINFO_IN_FLIGHT
:
fputs
(
" (in flight)"
,
F
);
break
;
case
BITINFO_UNSTABLE
:
fputs
(
" (unstable)"
,
F
);
break
;
}
fputc
(
'\n'
,
F
);
}
}
...
...
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