mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Change printfln to printfn. Make LLVM 15 tests default.
This commit is contained in:
committed by
Christoffer Lerno
parent
3298ff2e15
commit
dc16f65c8e
@@ -22,7 +22,6 @@ fn void test1()
|
||||
define void @test_test1() #0 {
|
||||
entry:
|
||||
%p = alloca %Point, align 4
|
||||
%0 = bitcast %Point* %p to i8*
|
||||
call void @llvm.memcpy.p0i8.p0i8.i32(i8* align 4 %0, i8* align 4 bitcast (%Point* @.__const to i8*), i32 8, i1 false)
|
||||
call void @llvm.memcpy.p0.p0.i32(ptr align 4 %p, ptr align 4 @.__const, i32 8, i1 false)
|
||||
ret void
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user