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
a7132dfa
Commit
a7132dfa
authored
Mar 02, 2011
by
Michael Beck
Browse files
Fixed size_t related warnings.
Fixed typo.
parent
7ef5abc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bestate.c
View file @
a7132dfa
...
...
@@ -203,7 +203,7 @@ static void belady(minibelady_env_t *env, ir_node *block);
* Collects all values live-in at block @p block and all phi results in this
* block.
* Then it adds the best values (at most n_regs) to the blocks start_workset.
* The phis among the remaining values get spilled: Introduce psudo-copies of
* The phis among the remaining values get spilled: Introduce ps
e
udo-copies of
* their args to break interference and make it possible to spill them to the
* same spill slot.
*/
...
...
@@ -557,7 +557,7 @@ void be_assure_state(ir_graph *irg, const arch_register_t *reg, void *func_env,
info
=
env
.
spills
;
while
(
info
!=
NULL
)
{
be_ssa_construction_env_t
senv
;
in
t
i
,
len
;
size_
t
i
,
len
;
ir_node
**
phis
;
be_ssa_construction_init
(
&
senv
,
irg
);
...
...
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