Skip to content
Snippets Groups Projects
Commit a0499390 authored by Russel Arbore's avatar Russel Arbore
Browse files

fix

parent ebc60ea6
No related branches found
No related tags found
1 merge request!219Sequential schedules
Pipeline #202071 passed
...@@ -52,6 +52,7 @@ if !feature("seq") { ...@@ -52,6 +52,7 @@ if !feature("seq") {
let init_body = outline(inner); let init_body = outline(inner);
inline(bfs@cost_init, bfs@loop1, bfs@loop2); inline(bfs@cost_init, bfs@loop1, bfs@loop2);
init = init_body;
} }
delete-uncalled(*); delete-uncalled(*);
const-inline(*); const-inline(*);
...@@ -59,4 +60,4 @@ simpl!(*); ...@@ -59,4 +60,4 @@ simpl!(*);
unforkify(init, traverse, collect); unforkify(init, traverse, collect);
simpl!(*); simpl!(*);
gcm(*); gcm(*);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment