diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/multifunction.ll')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/multifunction.ll | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/llvm/test/DebugInfo/COFF/multifunction.ll b/llvm/test/DebugInfo/COFF/multifunction.ll index 48a927f3b01..53a8115252d 100644 --- a/llvm/test/DebugInfo/COFF/multifunction.ll +++ b/llvm/test/DebugInfo/COFF/multifunction.ll @@ -585,25 +585,25 @@ attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" " !llvm.module.flags = !{!11, !12} !llvm.ident = !{!13} -!0 = !MDCompileUnit(language: DW_LANG_C99, producer: "clang version 3.5 ", isOptimized: false, emissionKind: 0, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2) -!1 = !MDFile(filename: "<unknown>", directory: "D:\5C") +!0 = !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.5 ", isOptimized: false, emissionKind: 0, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2) +!1 = !DIFile(filename: "<unknown>", directory: "D:\5C") !2 = !{} !3 = !{!4, !9, !10} -!4 = !MDSubprogram(name: "x", line: 3, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 3, file: !5, scope: !6, type: !7, function: void ()* @x, variables: !2) -!5 = !MDFile(filename: "source.c", directory: "D:\5C") -!6 = !MDFile(filename: "source.c", directory: "D:C") -!7 = !MDSubroutineType(types: !8) +!4 = !DISubprogram(name: "x", line: 3, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 3, file: !5, scope: !6, type: !7, function: void ()* @x, variables: !2) +!5 = !DIFile(filename: "source.c", directory: "D:\5C") +!6 = !DIFile(filename: "source.c", directory: "D:C") +!7 = !DISubroutineType(types: !8) !8 = !{null} -!9 = !MDSubprogram(name: "y", line: 7, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 7, file: !5, scope: !6, type: !7, function: void ()* @y, variables: !2) -!10 = !MDSubprogram(name: "f", line: 11, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 11, file: !5, scope: !6, type: !7, function: void ()* @f, variables: !2) +!9 = !DISubprogram(name: "y", line: 7, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 7, file: !5, scope: !6, type: !7, function: void ()* @y, variables: !2) +!10 = !DISubprogram(name: "f", line: 11, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 11, file: !5, scope: !6, type: !7, function: void ()* @f, variables: !2) !11 = !{i32 2, !"Dwarf Version", i32 4} !12 = !{i32 1, !"Debug Info Version", i32 3} !13 = !{!"clang version 3.5 "} -!14 = !MDLocation(line: 4, scope: !4) -!15 = !MDLocation(line: 5, scope: !4) -!16 = !MDLocation(line: 8, scope: !9) -!17 = !MDLocation(line: 9, scope: !9) -!18 = !MDLocation(line: 12, scope: !10) -!19 = !MDLocation(line: 13, scope: !10) -!20 = !MDLocation(line: 14, scope: !10) -!21 = !MDLocation(line: 15, scope: !10) +!14 = !DILocation(line: 4, scope: !4) +!15 = !DILocation(line: 5, scope: !4) +!16 = !DILocation(line: 8, scope: !9) +!17 = !DILocation(line: 9, scope: !9) +!18 = !DILocation(line: 12, scope: !10) +!19 = !DILocation(line: 13, scope: !10) +!20 = !DILocation(line: 14, scope: !10) +!21 = !DILocation(line: 15, scope: !10) |

