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
cbede319
Commit
cbede319
authored
Jul 31, 2009
by
Matthias Braun
Browse files
fix last commit
[r26299]
parent
769f2703
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/opt_ldst.c
View file @
cbede319
...
@@ -2120,7 +2120,7 @@ static int insert_Load(block_t *bl) {
...
@@ -2120,7 +2120,7 @@ static int insert_Load(block_t *bl) {
if
(
!
rbitset_equal
(
bl
->
avail_out
,
env
.
curr_set
,
env
.
rbs_size
))
{
if
(
!
rbitset_equal
(
bl
->
avail_out
,
env
.
curr_set
,
env
.
rbs_size
))
{
/* the avail set has changed */
/* the avail set has changed */
rbitset_cpy
(
bl
->
avail_out
,
env
.
curr_set
,
env
.
rbs_size
);
rbitset_c
o
py
(
bl
->
avail_out
,
env
.
curr_set
,
env
.
rbs_size
);
dump_curr
(
bl
,
"Avail_out*"
);
dump_curr
(
bl
,
"Avail_out*"
);
return
1
;
return
1
;
}
}
...
@@ -2367,6 +2367,7 @@ int opt_ldst(ir_graph *irg) {
...
@@ -2367,6 +2367,7 @@ int opt_ldst(ir_graph *irg) {
}
}
// dump_block_list(&env);
// dump_block_list(&env);
(
void
)
dump_block_list
;
calcAvail
();
calcAvail
();
calcAntic
();
calcAntic
();
...
...
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