Skip to content

Commit 462c17e

Browse files
committed
cleanup
1 parent 864ed4e commit 462c17e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/device/intrinsics/output.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ end
8989
log_type = LLVM.ConstantInt(T_int32, __METAL_OS_LOG_TYPE_DEBUG__)
9090
arg_size = LLVM.ConstantInt(T_int64, Int64(argsize))
9191

92-
# declare void @air.os_log(i8 addrspace(2)*, i8 addrspace(2)*, i32, i8 addrspace(2)*, i8*, i64) local_unnamed_addr #4
9392
os_log_fty = LLVM.FunctionType(T_void, [T_pint8a2, T_pint8a2, T_int32, T_pint8a2, T_pint8, T_int64])
9493
os_log = LLVM.Function(mod, "air.os_log", os_log_fty)
9594
call!(builder, os_log_fty, os_log, [subsystem_str, category_str, log_type, str, buffer, arg_size])

0 commit comments

Comments
 (0)