mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Updated mangling and bump to 0.2.18
This commit is contained in:
committed by
Christoffer Lerno
parent
4afec24434
commit
d3a053e049
@@ -24,11 +24,11 @@ fn void test()
|
||||
%x = alloca i32, align 4
|
||||
%y = alloca i32, align 4
|
||||
%z = alloca i32, align 4
|
||||
%0 = call i32 @assert_variants.foo()
|
||||
%0 = call i32 @assert_variants_foo()
|
||||
store i32 %0, i32* %x, align 4
|
||||
%1 = call i32 @assert_variants.foo()
|
||||
%1 = call i32 @assert_variants_foo()
|
||||
store i32 %1, i32* %y, align 4
|
||||
%2 = call i32 @assert_variants.foo()
|
||||
%2 = call i32 @assert_variants_foo()
|
||||
store i32 %2, i32* %z, align 4
|
||||
%3 = load i32, i32* %x, align 4
|
||||
%gt = icmp sgt i32 %3, 0
|
||||
|
||||
Reference in New Issue
Block a user