Change printfln to printfn. Make LLVM 15 tests default.

This commit is contained in:
Christoffer Lerno
2023-01-11 17:27:54 +01:00
committed by Christoffer Lerno
parent 3298ff2e15
commit dc16f65c8e
971 changed files with 30632 additions and 30623 deletions

View File

@@ -17,7 +17,7 @@ fn void test()
define void @simple_inference_test() #0 {
entry:
%h = alloca i32, align 4
store i32 1, i32* %h, align 4
store i32 2, i32* %h, align 4
store i32 1, ptr %h, align 4
store i32 2, ptr %h, align 4
ret void
}