[InstCombine] add tests to show potential vector IR shuffle transforms
[oota-llvm.git] / test / Linker / Inputs / comdat13.ll
1 $foo = comdat any
2 @foo = global i8 1, comdat
3 define void @zed() {
4   call void @bar()
5   ret void
6 }
7 define internal void @bar() comdat($foo) {
8   ret void
9 }