1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/Linker/func-attrs-b.ll
2020-11-20 17:58:26 -05:00

9 lines
264 B
LLVM

; This file is used with func-attrs-a.ll
; RUN: true
%struct.S0 = type <{ i8, i8, i8, i8 }>
define void @check0(%struct.S0* sret(%struct.S0) %agg.result, %struct.S0* byval(%struct.S0) %arg0, %struct.S0* %arg1, %struct.S0* byval(%struct.S0) %arg2) {
ret void
}