Revision 70466917
Added by Pierre-Loïc Garoche over 5 years ago
src/compiler_stages.ml | ||
---|---|---|
187 | 187 |
Access.check_prog prog; |
188 | 188 |
end; |
189 | 189 |
|
190 |
let prog = SortProg.sort_nodes_locals prog in |
|
191 |
|
|
190 | 192 |
prog, dependencies |
Also available in: Unified diff
[main] node locals are now sorted according to their dependencies wrt clocks. The produced lustre node with types shall now be compilable