mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-11 23:35:25 +00:00
Any order declarations at procedure scope (except variables)
This commit is contained in:
@@ -635,6 +635,10 @@ void ssa_gen_tree(ssaGen *s) {
|
||||
ssa_end_procedure_body(proc);
|
||||
}
|
||||
|
||||
gb_for_array(i, m->procs) {
|
||||
ssa_build_proc(m->procs[i], m->procs[i]->Proc.parent);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user