SSA Phi Node Support

This commit is contained in:
Ginger Bill
2016-10-08 22:03:40 +01:00
parent b705fa7f22
commit e299c3693e
4 changed files with 260 additions and 143 deletions

View File

@@ -1,6 +1,6 @@
#import "fmt.odin"
main :: proc() {
x := ?123
fmt.println(123)
}