mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Early exit in macro call crashes codegen #2820
This commit is contained in:
@@ -62,8 +62,4 @@ define void @test.tester_test2() #0 {
|
||||
entry:
|
||||
%blockret = alloca i32, align 4
|
||||
unreachable
|
||||
|
||||
after_macro: ; No predecessors!
|
||||
call void @test.tester(i32 poison)
|
||||
ret void
|
||||
}
|
||||
Reference in New Issue
Block a user