mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Added parentof.
This commit is contained in:
committed by
Christoffer Lerno
parent
092296984a
commit
a23112fae6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user