1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/CodeGen/CellSPU/bss.ll

8 lines
200 B
LLVM

; RUN: llc < %s -march=cellspu > %t1.s
; RUN: grep "\.section" %t1.s | grep "\.bss" | count 1
; CHECK-NOT: .lcomm
@bssVar = global i32 zeroinitializer
@localVar= internal global i32 zeroinitializer