diff options
Diffstat (limited to 'llvm/test/Assembler/mdlocalvariable.ll')
| -rw-r--r-- | llvm/test/Assembler/mdlocalvariable.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/Assembler/mdlocalvariable.ll b/llvm/test/Assembler/mdlocalvariable.ll index 6a7e530175d..00e350dbf6f 100644 --- a/llvm/test/Assembler/mdlocalvariable.ll +++ b/llvm/test/Assembler/mdlocalvariable.ll @@ -7,18 +7,18 @@ !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8} !0 = distinct !{} -!1 = !{!"path/to/file", !"/path/to/dir"} +!1 = distinct !{} !2 = !MDFile(filename: "path/to/file", directory: "/path/to/dir") !3 = distinct !{} !4 = distinct !{} -; CHECK: !5 = !MDLocalVariable(tag: DW_TAG_arg_variable, scope: !0, name: "foo", file: !1, line: 7, type: !3, arg: 3, flags: 8, inlinedAt: !4) -; CHECK: !6 = !MDLocalVariable(tag: DW_TAG_auto_variable, scope: !0, name: "foo", file: !1, line: 7, type: !3, flags: 8, inlinedAt: !4) +; CHECK: !5 = !MDLocalVariable(tag: DW_TAG_arg_variable, scope: !0, name: "foo", file: !2, line: 7, type: !3, arg: 3, flags: 8, inlinedAt: !4) +; CHECK: !6 = !MDLocalVariable(tag: DW_TAG_auto_variable, scope: !0, name: "foo", file: !2, line: 7, type: !3, flags: 8, inlinedAt: !4) !5 = !MDLocalVariable(tag: DW_TAG_arg_variable, scope: !0, name: "foo", - file: !1, line: 7, type: !3, arg: 3, + file: !2, line: 7, type: !3, arg: 3, flags: 8, inlinedAt: !4) !6 = !MDLocalVariable(tag: DW_TAG_auto_variable, scope: !0, name: "foo", - file: !1, line: 7, type: !3, flags: 8, inlinedAt: !4) + file: !2, line: 7, type: !3, flags: 8, inlinedAt: !4) ; CHECK: !7 = !MDLocalVariable(tag: DW_TAG_arg_variable, scope: null, name: "", arg: 0) ; CHECK: !8 = !MDLocalVariable(tag: DW_TAG_auto_variable, scope: null, name: "") |

