[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / Linker / Inputs / ctors2.ll
blobe2fe5ff429c0c3e1e652416ab1fc94dac1700c33
1 $foo = comdat any
2 @foo = global i8 1, comdat
3 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @bar, i8* @foo }]
4 define void @bar() comdat($foo) {
5   ret void