Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Mips / init-array.ll
blob86cac996db89a69558a30239ee782690a562d944
1 ; RUN: llc -mtriple mipsel-unknown-linux < %s | FileCheck  %s
3 target triple = "mipsel-unknown-linux"
5 @llvm.global_ctors = appending global [1 x { i32, ptr, ptr }] [{ i32, ptr, ptr } { i32 65535, ptr @test, ptr null }]
6 ; CHECK: .section
7 ; CHECK: .init_array
8 ; CHECK-NOT: .ctors
9 ; CHECK: .4byte test
11 define internal void @test() section ".text.startup" {
12 entry:
13   ret void