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
a875766e
Commit
a875766e
authored
Aug 14, 2014
by
yb9976
Browse files
Also dump condition code for ia32_SetccMem.
parent
38331919
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_new_nodes.c
View file @
a875766e
...
...
@@ -196,7 +196,8 @@ static void ia32_dump_node(FILE *F, const ir_node *n, dump_reason_t reason)
fprintf
(
F
,
"AM scale = %u
\n
"
,
get_ia32_am_scale
(
n
));
/* dump pn code */
if
(
is_ia32_CMovcc
(
n
)
||
is_ia32_Setcc
(
n
)
||
is_ia32_Jcc
(
n
))
{
if
(
is_ia32_CMovcc
(
n
)
||
is_ia32_Jcc
(
n
)
||
is_ia32_Setcc
(
n
)
||
is_ia32_SetccMem
(
n
))
{
const
ia32_attr_t
*
attr
=
get_ia32_attr_const
(
n
);
const
char
*
cc_name
=
condition_code_name
(
get_ia32_condcode
(
n
));
if
(
cc_name
)
{
...
...
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