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
a40a91f7
Commit
a40a91f7
authored
Dec 21, 2015
by
yb9976
Browse files
Fix indentation.
parent
1469e18e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
a40a91f7
...
...
@@ -2973,9 +2973,9 @@ static ir_node *gen_Switch(ir_node *node)
static
ir_node
*
gen_Cond
(
ir_node
*
node
)
{
/* we get flags from a Cmp */
ir_node
*
sel
=
get_Cond_selector
(
node
);
ir_node
*
sel
=
get_Cond_selector
(
node
);
x86_condition_code_t
cc
;
ir_node
*
flags
=
get_flags_node
(
sel
,
&
cc
);
ir_node
*
flags
=
get_flags_node
(
sel
,
&
cc
);
dbg_info
*
dbgi
=
get_irn_dbg_info
(
node
);
ir_node
*
new_block
=
be_transform_nodes_block
(
node
);
...
...
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