Added parentof.

This commit is contained in:
Christoffer Lerno
2023-08-29 09:02:45 +02:00
committed by Christoffer Lerno
parent 092296984a
commit a23112fae6
45 changed files with 307 additions and 124 deletions

View File

@@ -54,7 +54,7 @@ entry:
%3 = call i64 @std.io.File.printn(ptr %retparam, ptr %2, ptr @.str, i64 14)
ret void
}
; Function Attrs: nounwind
define void @foo.Bar.hello(ptr %0) #0 {
entry:
%retparam = alloca i64, align 8
@@ -65,6 +65,7 @@ entry:
%3 = call i64 @std.io.File.printn(ptr %retparam, ptr %2, ptr @.str.1, i64 14)
ret void
}
; Function Attrs: nounwind
define void @foo.MyEnum.hello(ptr %0) #0 {
entry:
%retparam = alloca i64, align 8
@@ -75,6 +76,7 @@ entry:
%3 = call i64 @std.io.File.printn(ptr %retparam, ptr %2, ptr @.str.2, i64 17)
ret void
}
; Function Attrs: nounwind
define i32 @main() #0 {
entry:
%f = alloca i64, align 8