diff options
Diffstat (limited to 'llvm/test/Assembler/mdcompileunit.ll')
| -rw-r--r-- | llvm/test/Assembler/mdcompileunit.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/mdcompileunit.ll b/llvm/test/Assembler/mdcompileunit.ll index ec2b35e36f5..ce0052367f4 100644 --- a/llvm/test/Assembler/mdcompileunit.ll +++ b/llvm/test/Assembler/mdcompileunit.ll @@ -4,7 +4,7 @@ ; CHECK: !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !7, !8, !8} !named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8, !9, !10} -!0 = !{!"path/to/file", !"/path/to/dir"} +!0 = distinct !{} !1 = !MDFile(filename: "path/to/file", directory: "/path/to/dir") !2 = distinct !{} !3 = distinct !{} |

