Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / LTO / X86 / Inputs / remangle_intrinsics.ll
blob0559266d1fc01bde026463f37fba05970852adbc
1 %struct.rtx_def = type { i16, i16 }
3 define void @bar(%struct.rtx_def* %a, i8 %b, i32 %c) {
4   call void  @llvm.memset.p0struct.rtx_def.i32(%struct.rtx_def* align 4 %a, i8 %b, i32 %c, i1 true)
5   ret void
8 declare void @llvm.memset.p0struct.rtx_def.i32(%struct.rtx_def*, i8, i32, i1)