mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
SSA Phi Node Support
This commit is contained in:
@@ -69,7 +69,6 @@ String ssa_mangle_name(ssaGen *s, String path, String name) {
|
||||
|
||||
|
||||
void ssa_gen_tree(ssaGen *s) {
|
||||
|
||||
ssaModule *m = &s->module;
|
||||
CheckerInfo *info = m->info;
|
||||
gbAllocator a = m->allocator;
|
||||
@@ -677,12 +676,7 @@ void ssa_gen_tree(ssaGen *s) {
|
||||
ssa_build_proc(m->procs[i], m->procs[i]->Proc.parent);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// m->layout = make_string("e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64");
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user