diff options
Diffstat (limited to 'llvm/test/Bitcode/debug-loc-again.ll')
-rw-r--r-- | llvm/test/Bitcode/debug-loc-again.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/debug-loc-again.ll b/llvm/test/Bitcode/debug-loc-again.ll index a3923c85f88..adf74a07ebe 100644 --- a/llvm/test/Bitcode/debug-loc-again.ll +++ b/llvm/test/Bitcode/debug-loc-again.ll @@ -31,6 +31,6 @@ entry: !0 = !{i32 2, !"Debug Info Version", i32 3} !1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !DIFile(filename: "f", directory: "/d"), subprograms: !{!2}) -!2 = !DISubprogram(name: "foo") +!2 = distinct !DISubprogram(name: "foo") !3 = !DILocation(line: 1, scope: !2) !4 = !DILocation(line: 2, scope: !2) |