diff options
Diffstat (limited to 'test/DebugInfo/X86/generate-odr-hash.ll')
-rw-r--r-- | test/DebugInfo/X86/generate-odr-hash.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/DebugInfo/X86/generate-odr-hash.ll b/test/DebugInfo/X86/generate-odr-hash.ll index e9303e6a2658..ce5f6d67bd0b 100644 --- a/test/DebugInfo/X86/generate-odr-hash.ll +++ b/test/DebugInfo/X86/generate-odr-hash.ll @@ -227,9 +227,9 @@ attributes #1 = { nounwind readnone } !5 = !{} !6 = !DIGlobalVariableExpression(var: !7) !7 = !DIGlobalVariable(name: "animal", linkageName: "_ZN7echidna8capybara8mongoose6animalE", scope: !8, file: !2, line: 18, type: !11, isLocal: false, isDefinition: true) -!8 = !DINamespace(name: "mongoose", scope: !9, file: !2, line: 12) -!9 = !DINamespace(name: "capybara", scope: !10, file: !2, line: 11) -!10 = !DINamespace(name: "echidna", scope: null, file: !2, line: 10) +!8 = !DINamespace(name: "mongoose", scope: !9) +!9 = !DINamespace(name: "capybara", scope: !10) +!10 = !DINamespace(name: "echidna", scope: null) !11 = !DICompositeType(tag: DW_TAG_class_type, name: "fluffy", scope: !8, file: !2, line: 13, size: 64, align: 32, elements: !12, identifier: "_ZTSN7echidna8capybara8mongoose6fluffyE") !12 = !{!13, !15} !13 = !DIDerivedType(tag: DW_TAG_member, name: "a", scope: !11, file: !2, line: 14, baseType: !14, size: 32, align: 32, flags: DIFlagPrivate) @@ -238,7 +238,7 @@ attributes #1 = { nounwind readnone } !16 = !DIGlobalVariableExpression(var: !17) !17 = !DIGlobalVariable(name: "w", scope: null, file: !2, line: 29, type: !18, isLocal: true, isDefinition: true) !18 = !DICompositeType(tag: DW_TAG_structure_type, name: "walrus", scope: !19, file: !2, line: 24, size: 8, align: 8, elements: !20) -!19 = !DINamespace(scope: null, file: !2, line: 23) +!19 = !DINamespace(scope: null) !20 = !{!21} !21 = !DISubprogram(name: "walrus", scope: !18, file: !2, line: 25, type: !22, isLocal: false, isDefinition: false, scopeLine: 25, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false) !22 = !DISubroutineType(types: !23) |