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
45f1501f
Commit
45f1501f
authored
Oct 09, 2006
by
Christian Würdig
Browse files
add dependency to barrieri if load is in start block
parent
a2427651
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
45f1501f
...
...
@@ -1473,6 +1473,9 @@ static ir_node *gen_Load(ia32_transform_env_t *env) {
add_ia32_am_offs
(
new_op
,
get_ia32_cnst
(
ptr
));
am_flav
=
ia32_am_O
;
}
/* add dependency to barrier, if we are in start block */
if
(
get_irg_start_block
(
env
->
irg
)
==
env
->
block
)
add_irn_dep
(
new_op
,
be_abi_get_start_barrier
(
env
->
cg
->
birg
->
abi
));
}
set_ia32_am_support
(
new_op
,
ia32_am_Source
);
...
...
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