[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Linker / ctors3.ll
blobe62b92dca0b494d27b2cb9f2772f0756f9e3e86f
1 ; RUN: llvm-link -S %s %p/Inputs/ctors3.ll -o - | FileCheck %s
3 $foo = comdat any
4 %t = type { i8 }
5 @foo = global %t zeroinitializer, comdat
7 ; CHECK: @foo = global %t zeroinitializer, comdat
8 ; CHECK: @llvm.global_ctors = appending global [0 x { i32, void ()*, i8* }] zeroinitializer