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
cb01034a
Commit
cb01034a
authored
Oct 13, 2006
by
Christian Würdig
Browse files
recompute edges before scheduling
parent
72bf025f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/belistsched.c
View file @
cb01034a
...
...
@@ -582,7 +582,8 @@ void list_sched(const be_irg_t *birg, be_options_t *be_opts)
}
/* Assure, that the out edges are computed */
edges_assure
(
irg
);
edges_deactivate
(
birg
->
irg
);
edges_activate
(
birg
->
irg
);
switch
(
list_sched_options
.
prep
)
{
case
BE_SCHED_PREP_MRIS
:
...
...
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