summaryrefslogtreecommitdiff
path: root/test/CodeGen/CellSPU/bss.ll
blob: 327800d09cbfdd47a512a4f49e15554e1e11a5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llc < %s -march=cellspu | FileCheck %s

@bssVar = global i32 zeroinitializer
; CHECK: .section .bss
; CHECK-NEXT: .globl

@localVar= internal global i32 zeroinitializer
; CHECK-NOT: .lcomm
; CHECK: .local
; CHECK-NEXT: .comm