diff options
Diffstat (limited to 'llvm/test/Assembler/mdnamespace.ll')
| -rw-r--r-- | llvm/test/Assembler/mdnamespace.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/mdnamespace.ll b/llvm/test/Assembler/mdnamespace.ll index 205ee04ba7d..d7f68499d10 100644 --- a/llvm/test/Assembler/mdnamespace.ll +++ b/llvm/test/Assembler/mdnamespace.ll @@ -5,7 +5,7 @@ !named = !{!0, !1, !2, !3, !4, !5} !0 = distinct !{} -!1 = !{!"path/to/file", !"/path/to/dir"} +!1 = distinct !{} !2 = !MDFile(filename: "path/to/file", directory: "/path/to/dir") ; CHECK: !3 = !MDNamespace(scope: !0, file: !2, name: "Namespace", line: 7) |

