[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / tools / gold / X86 / Inputs / comdat2.ll
blob20bc4bf023e48726e28e6cddcb9a30bb5d9aaa95
1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
3 $foo = comdat any
4 @foo = global i8 1, comdat
5 define void @zed() {
6   call void @bar()
7   ret void
9 define void @bar() comdat($foo) {
10   ret void