func-attrs-b.ll 228 B

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