Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / CodeGen / Mips / init-array.ll
blob1ca182dae7a5609ee8a67bb5d58217137b308d40
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, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @test }]
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