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
c246d23d
Commit
c246d23d
authored
Jul 19, 2011
by
yb9976
Browse files
Set ls_mode for created ia32_Test node.
parent
f9e10681
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
c246d23d
...
...
@@ -2101,6 +2101,7 @@ static ir_node *get_flags_mode_b(ir_node *node, ia32_condition_code_t *cc_out)
ir_node
*
new_block
=
be_transform_node
(
get_nodes_block
(
node
));
ir_node
*
new_op
=
be_transform_node
(
node
);
ir_node
*
flags
=
new_bd_ia32_Test
(
dbgi
,
new_block
,
noreg_GP
,
noreg_GP
,
nomem
,
new_op
,
new_op
,
false
);
set_ia32_ls_mode
(
flags
,
get_irn_mode
(
new_op
));
*
cc_out
=
ia32_cc_not_equal
;
return
flags
;
}
...
...
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