diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Linker/dicompositetype-unique.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Linker/dicompositetype-unique.ll b/llvm/test/Linker/dicompositetype-unique.ll index 9c8b351ec64..4f3fcec6964 100644 --- a/llvm/test/Linker/dicompositetype-unique.ll +++ b/llvm/test/Linker/dicompositetype-unique.ll @@ -21,11 +21,11 @@ !named = !{!0, !1} ; Check both directions. -; CHECK: !1 = !DICompositeType( +; CHECK: !1 = distinct !DICompositeType( ; CHECK-SAME: name: "T1" ; CHECK-SAME: identifier: "T" ; CHECK-NOT: identifier: "T" -; REVERSE: !1 = !DICompositeType( +; REVERSE: !1 = distinct !DICompositeType( ; REVERSE-SAME: name: "T2" ; REVERSE-SAME: identifier: "T" ; REVERSE-NOT: identifier: "T" |