Skip to content

Commit 7348998

Browse files
committed
add alwaysinline
1 parent 5d7055a commit 7348998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/intrinsics/output.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141
# create functions
4242
param_types = LLVMType[convert(LLVMType, typ) for typ in arg_types]
4343
llvm_f, llvm_ft = create_function(T_void, param_types)
44-
# push!(function_attributes(llvm_f), EnumAttribute("alwaysinline", 0))
44+
push!(function_attributes(llvm_f), EnumAttribute("alwaysinline", 0))
4545

4646
mod = LLVM.parent(llvm_f)
4747

0 commit comments

Comments
 (0)