"On SPU, variables in the .bss section that are allocated with the .lcomm directive...
[oota-llvm.git] / test / CodeGen / CellSPU / bss.ll
1 ; RUN: llc < %s -march=cellspu > %t1.s
2 ; RUN: grep "\.section" %t1.s | grep "\.bss" | count 1
3 ; CHECK-NOT: .lcomm
4
5 @bssVar = global i32 zeroinitializer
6 @localVar= internal global i32 zeroinitializer
7