mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
b383ee3bde
We don't want to lose attributes when a function decl without them is merged with a function decl that has them. PR2382 llvm-svn: 200030
9 lines
228 B
LLVM
9 lines
228 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 %agg.result, %struct.S0* byval %arg0, %struct.S0* %arg1, %struct.S0* byval %arg2) {
|
|
ret void
|
|
}
|