[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git] / test / tools / dsymutil / Inputs / swift-interface.ll
blob715800e6d61e7933e3ad17c612463875c4742be0
1 ; This is a manually stripped empty Swift program with one import.
2 source_filename = "/swift-interface.ll"
3 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-apple-macosx10.9.0"
6 @__swift_reflection_version = linkonce_odr hidden constant i16 3
7 @llvm.used = appending global [1 x i8*] [i8* bitcast (i16* @__swift_reflection_version to i8*)], section "llvm.metadata", align 8
9 define i32 @main(i32, i8**) !dbg !29 {
10 entry:
11   %2 = bitcast i8** %1 to i8*
12   ret i32 0, !dbg !35
15 !llvm.dbg.cu = !{!0}
16 !swift.module.flags = !{!14}
17 !llvm.module.flags = !{!20, !21, !24}
19 !0 = distinct !DICompileUnit(language: DW_LANG_Swift, file: !1, isOptimized: false, runtimeVersion: 5, emissionKind: FullDebug, enums: !2, imports: !3)
20 !1 = !DIFile(filename: "ParseableInterfaceImports.swift", directory: "/")
21 !2 = !{}
22 !3 = !{!4}
23 !4 = !DIImportedEntity(tag: DW_TAG_imported_module, scope: !1, entity: !5, file: !1)
24 !5 = !DIModule(scope: null, name: "Foo", includePath: "/Foo/x86_64.swiftinterface")
25 !14 = !{!"standard-library", i1 false}
26 !20 = !{i32 2, !"Dwarf Version", i32 4}
27 !21 = !{i32 2, !"Debug Info Version", i32 3}
28 !24 = !{i32 1, !"Swift Version", i32 7}
29 !29 = distinct !DISubprogram(name: "main", linkageName: "main", scope: !5, file: !1, line: 1, type: !30, spFlags: DISPFlagDefinition, unit: !0, retainedNodes: !2)
30 !30 = !DISubroutineType(types: !31)
31 !31 = !{}
32 !35 = !DILocation(line: 0, scope: !36)
33 !36 = !DILexicalBlockFile(scope: !29, file: !37, discriminator: 0)
34 !37 = !DIFile(filename: "<compiler-generated>", directory: "")