bolt/deps/llvm-18.1.8/llvm/test/Linker/func-attrs-b.ll

9 lines
232 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; This file is used with func-attrs-a.ll
; RUN: true
%struct.S0 = type <{ i8, i8, i8, i8 }>
define void @check0(ptr sret(%struct.S0) %agg.result, ptr byval(%struct.S0) %arg0, ptr %arg1, ptr byval(%struct.S0) %arg2) {
ret void
}