[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Linker / Inputs / comdat11.ll
blob5b7f74cf0b246f8f242dd570e0d052121a326ce4
1 $foo = comdat any
2 @foo = global i8 1, comdat
3 define void @zed() {
4   call void @bar()
5   ret void
7 define void @bar() comdat($foo) {
8   ret void