Duncan P. N. Exon Smith | 66a2b05 | 2014-11-17 23:28:21 +0000 | [diff] [blame] | 1 | ; RUN: llvm-link %s %S/Inputs/unique-fwd-decl-b.ll -S -o - | FileCheck %s |
2 | |||||
3 | ; Test that the arguments of !a and !b get uniqued. | ||||
4 | ; CHECK: !a = !{!0} | ||||
5 | ; CHECK: !b = !{!0} | ||||
6 | |||||
7 | !a = !{!0} | ||||
Duncan P. N. Exon Smith | 1ef70ff | 2014-12-15 19:07:53 +0000 | [diff] [blame] | 8 | !0 = !{!1} |
9 | !1 = !{} |