diff options
Diffstat (limited to 'llvm/test/DebugInfo/COFF/asm.ll')
-rw-r--r-- | llvm/test/DebugInfo/COFF/asm.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/COFF/asm.ll b/llvm/test/DebugInfo/COFF/asm.ll index da24b4ed5e5..44ee4f9ce4f 100644 --- a/llvm/test/DebugInfo/COFF/asm.ll +++ b/llvm/test/DebugInfo/COFF/asm.ll @@ -251,6 +251,6 @@ attributes #2 = { nounwind } !9 = !{i32 2, !"Dwarf Version", i32 4} !10 = !{i32 1, !"Debug Info Version", i32 2} !11 = !{!"clang version 3.5 "} -!12 = !{i32 4, i32 0, !4, null} -!13 = !{i32 5, i32 0, !4, null} -!14 = !{i32 6, i32 0, !4, null} +!12 = !MDLocation(line: 4, scope: !4) +!13 = !MDLocation(line: 5, scope: !4) +!14 = !MDLocation(line: 6, scope: !4) |