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
09ab3a76
Commit
09ab3a76
authored
Jul 24, 2013
by
yb9976
Browse files
Use appropriate function to check volatility.
parent
d316c3b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/parallelize_mem.c
View file @
09ab3a76
...
...
@@ -201,7 +201,7 @@ static void parallelize_copyB(parallelize_info *pi, ir_node *origin, ir_node *ir
}
return
;
}
else
if
(
is_CopyB
(
irn
)
&&
get_
Store
_volatility
(
irn
)
==
volatility_non_volatile
)
{
get_
CopyB
_volatility
(
irn
)
==
volatility_non_volatile
)
{
ir_type
*
org_type
=
pi
->
origin_type
;
ir_node
*
org_src
=
get_CopyB_src
(
origin
);
ir_node
*
org_dst
=
get_CopyB_dst
(
origin
);
...
...
Write
Preview
Supports
Markdown
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