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
4af62d94
Commit
4af62d94
authored
May 31, 2011
by
Michael Beck
Browse files
Improved comment, small cosmetic.
parent
8965219b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bespillutil.c
View file @
4af62d94
...
...
@@ -639,8 +639,8 @@ static ir_node *do_remat(spill_env_t *env, ir_node *spilled, ir_node *reloader)
ins
[
i
]
=
arg
;
}
else
{
ins
[
i
]
=
do_remat
(
env
,
arg
,
reloader
);
/* don't count the
recursive call as
remat */
env
->
remat_count
--
;
/* don't count the
argument rematerialization as an extra
remat */
--
env
->
remat_count
;
}
}
...
...
@@ -657,7 +657,7 @@ static ir_node *do_remat(spill_env_t *env, ir_node *spilled, ir_node *reloader)
/* insert in schedule */
sched_reset
(
res
);
sched_add_before
(
reloader
,
res
);
env
->
remat_count
++
;
++
env
->
remat_count
;
}
return
res
;
...
...
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