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
48bdced2
Commit
48bdced2
authored
Dec 21, 2015
by
yb9976
Browse files
Fix indentation.
parent
5314d9d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
48bdced2
...
...
@@ -3077,7 +3077,8 @@ static ir_node *transform_sub_or_store(ir_node *sub)
return
new_store
;
}
else
{
ir_node
*
result
=
get_irn_n
(
new_store
,
n_ia32_Store_val
);
if
(
is_Proj
(
result
))
result
=
get_Proj_pred
(
result
);
if
(
is_Proj
(
result
))
result
=
get_Proj_pred
(
result
);
return
result
;
}
}
...
...
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