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
d6d1e63d
Commit
d6d1e63d
authored
Mar 07, 2011
by
Matthias Braun
Browse files
dumper now dumps all generic backend flags
parent
ed1bfc1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bearch.c
View file @
d6d1e63d
...
...
@@ -348,6 +348,12 @@ void arch_dump_reqs_and_registers(FILE *F, const ir_node *node)
if
(
flags
&
arch_irn_flags_modify_flags
)
{
fprintf
(
F
,
" modify_flags"
);
}
if
(
flags
&
arch_irn_flags_simple_jump
)
{
fprintf
(
F
,
" simple_jump"
);
}
if
(
flags
&
arch_irn_flags_not_scheduled
)
{
fprintf
(
F
,
" not_scheduled"
);
}
if
(
flags
&
arch_irn_flags_prolog
)
{
fprintf
(
F
,
" prolog"
);
}
...
...
Write
Preview
Markdown
is supported
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