Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / LTO / X86 / Inputs / codemodel-3.ll
blob7b264af6f48dc1ef7c9bf243351a5c0cd8daa97f
1 target triple = "x86_64-unknown-linux-gnu"
2 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
4 !llvm.module.flags = !{!0, !1}
6 !0 = !{i32 1, !"wchar_size", i32 4}
7 !1 = !{i32 1, !"Code Model", i32 1}
9 %struct.rtx_def = type { i16, i16 }
11 define void @bar(%struct.rtx_def* %a, i8 %b, i32 %c) {
12   call void  @llvm.memset.p0struct.rtx_def.i32(%struct.rtx_def* align 4 %a, i8 %b, i32 %c, i1 true)
13   ret void
16 declare void @llvm.memset.p0struct.rtx_def.i32(%struct.rtx_def*, i8, i32, i1)