closureStub: SetTailCall

This commit is contained in:
xushiwei
2024-05-06 16:40:52 +08:00
parent 1e075d4830
commit cffb5e9539
4 changed files with 4 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ declare i32 @rand()
define linkonce i32 @__llgo_stub.rand(ptr %0) {
_llgo_0:
%1 = call i32 @rand()
%1 = tail call i32 @rand()
ret i32 %1
}