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
0f758eda
Commit
0f758eda
authored
Nov 28, 2012
by
Christoph Mallon
Browse files
bestate: Remove unnecessary test.
Projs are not scheduled anymore.
parent
4f945762
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bestate.c
View file @
0f758eda
...
...
@@ -134,7 +134,7 @@ static spill_info_t *create_spill(minibelady_env_t *env, ir_node *state, int for
do
{
after
=
next
;
next
=
sched_next
(
after
);
}
while
(
is_Proj
(
next
)
||
is_Phi
(
next
)
||
be_is_Keep
(
next
));
}
while
(
is_Phi
(
next
)
||
be_is_Keep
(
next
));
}
else
{
after
=
state
;
}
...
...
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