Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / 2010-07-06-DbgCrash.ll
1 ; RUN: llc -O0 -relocation-model pic < %s -o /dev/null
2 ; PR7545
3 @.str = private constant [4 x i8] c"one\00", align 1 ; <[4 x i8]*> [#uses=1]
4 @.str1 = private constant [4 x i8] c"two\00", align 1 ; <[5 x i8]*> [#uses=1]
5 @C.9.2167 = internal constant [2 x i8*] [i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str, i64 0, i64 0), i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str1, i64 0, i64 0)]
6 !38 = !MDFile(filename: "pbmsrch.c", directory: "/Users/grawp/LLVM/test-suite/MultiSource/Benchmarks/MiBench/office-stringsearch")
7 !39 = !MDCompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 5658) (LLVM build 9999)", isOptimized: true, emissionKind: 0, file: !109, enums: !108, retainedTypes: !108)
8 !46 = !MDDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, file: !109, baseType: !47)
9 !47 = !MDBasicType(tag: DW_TAG_base_type, name: "char", size: 8, align: 8, encoding: DW_ATE_signed_char)
10 !97 = !MDSubprogram(name: "main", linkageName: "main", line: 73, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: false, scope: !39, type: !98)
11 !98 = !MDSubroutineType(types: !99)
12 !99 = !{!100}
13 !100 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
14 !101 = !{[2 x i8*]* @C.9.2167}
15 !102 = !MDLocalVariable(tag: DW_TAG_auto_variable, name: "find_strings", line: 75, scope: !103, file: !38, type: !104)
16 !103 = distinct !MDLexicalBlock(line: 73, column: 0, file: null, scope: !97)
17 !104 = !MDCompositeType(tag: DW_TAG_array_type, size: 85312, align: 64, file: !109, baseType: !46, elements: !105)
18 !105 = !{!106}
19 !106 = !MDSubrange(count: 1333)
20 !107 = !MDLocation(line: 73, scope: !103)
21 !108 = !{i32 0}
22 !109 = !MDFile(filename: "pbmsrch.c", directory: "/Users/grawp/LLVM/test-suite/MultiSource/Benchmarks/MiBench/office-stringsearch")
23
24 define i32 @main() nounwind ssp {
25 bb.nph:
26   tail call void @llvm.dbg.declare(metadata [2 x i8*]* @C.9.2167, metadata !102, metadata !MDExpression()), !dbg !107
27   ret i32 0, !dbg !107
28 }
29
30 declare void @llvm.dbg.declare(metadata, metadata, metadata) nounwind readnone
31