[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Linker / unique-fwd-decl-a.ll
blobc1a4b1d5a5770d245b3eb05411d64c57453d8ef4
1 ; RUN: llvm-link %s %S/Inputs/unique-fwd-decl-b.ll -S -o - | FileCheck %s
3 ; Test that the arguments of !a and !b get uniqued.
4 ; CHECK: !a = !{!0}
5 ; CHECK: !b = !{!0}
7 !a = !{!0}
8 !0 = !{!1}
9 !1 = !{}