diff options
Diffstat (limited to 'test/Assembler/dilocation.ll')
-rw-r--r-- | test/Assembler/dilocation.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Assembler/dilocation.ll b/test/Assembler/dilocation.ll index a468f8abe9c6..b177be590246 100644 --- a/test/Assembler/dilocation.ll +++ b/test/Assembler/dilocation.ll @@ -4,8 +4,8 @@ ; CHECK: !named = !{!0, !1, !1, !2, !2, !3, !3, !4} !named = !{!0, !1, !2, !3, !4, !5, !6, !7} -; CHECK: !0 = !DISubprogram( -!0 = !DISubprogram() +; CHECK: !0 = distinct !DISubprogram( +!0 = distinct !DISubprogram() ; CHECK-NEXT: !1 = !DILocation(line: 3, column: 7, scope: !0) !1 = !DILocation(line: 3, column: 7, scope: !0) |