Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison test/CodeGen/ARM/debug-info-sreg2.ll @ 100:7d135dc70f03
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | afa8332a0e37 |
children | 1172e4bd9c6f |
comparison
equal
deleted
inserted
replaced
96:6418606d0ead | 100:7d135dc70f03 |
---|---|
10 | 10 |
11 ; CHECK: 0x00000000: Beginning address offset: | 11 ; CHECK: 0x00000000: Beginning address offset: |
12 ; CHECK-NEXT: Ending address offset: | 12 ; CHECK-NEXT: Ending address offset: |
13 ; CHECK-NEXT: Location description: 90 {{.. .. .. .. $}} | 13 ; CHECK-NEXT: Location description: 90 {{.. .. .. .. $}} |
14 | 14 |
15 define void @_Z3foov() optsize ssp { | 15 define void @_Z3foov() optsize ssp !dbg !1 { |
16 entry: | 16 entry: |
17 %call = tail call float @_Z3barv() optsize, !dbg !11 | 17 %call = tail call float @_Z3barv() optsize, !dbg !11 |
18 tail call void @llvm.dbg.value(metadata float %call, i64 0, metadata !5, metadata !DIExpression()), !dbg !11 | 18 tail call void @llvm.dbg.value(metadata float %call, i64 0, metadata !5, metadata !DIExpression()), !dbg !11 |
19 %call16 = tail call float @_Z2f2v() optsize, !dbg !12 | 19 %call16 = tail call float @_Z2f2v() optsize, !dbg !12 |
20 %cmp7 = fcmp olt float %call, %call16, !dbg !12 | 20 %cmp7 = fcmp olt float %call, %call16, !dbg !12 |
42 | 42 |
43 !llvm.dbg.cu = !{!0} | 43 !llvm.dbg.cu = !{!0} |
44 !llvm.module.flags = !{!20} | 44 !llvm.module.flags = !{!20} |
45 | 45 |
46 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.0 (trunk 130845)", isOptimized: true, emissionKind: 1, file: !18, enums: !19, retainedTypes: !19, subprograms: !16, imports: null) | 46 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.0 (trunk 130845)", isOptimized: true, emissionKind: 1, file: !18, enums: !19, retainedTypes: !19, subprograms: !16, imports: null) |
47 !1 = distinct !DISubprogram(name: "foo", linkageName: "_Z3foov", line: 5, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 5, file: !18, scope: !2, type: !3, function: void ()* @_Z3foov, variables: !17) | 47 !1 = distinct !DISubprogram(name: "foo", linkageName: "_Z3foov", line: 5, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 5, file: !18, scope: !2, type: !3, variables: !17) |
48 !2 = !DIFile(filename: "k.cc", directory: "/private/tmp") | 48 !2 = !DIFile(filename: "k.cc", directory: "/private/tmp") |
49 !3 = !DISubroutineType(types: !4) | 49 !3 = !DISubroutineType(types: !4) |
50 !4 = !{null} | 50 !4 = !{null} |
51 !5 = !DILocalVariable(name: "k", line: 6, scope: !6, file: !2, type: !7) | 51 !5 = !DILocalVariable(name: "k", line: 6, scope: !6, file: !2, type: !7) |
52 !6 = distinct !DILexicalBlock(line: 5, column: 12, file: !18, scope: !1) | 52 !6 = distinct !DILexicalBlock(line: 5, column: 12, file: !18, scope: !1) |