Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
53b73a283e0a0339f7a273775ee21ebcc220b089
/
.
/
test
/
CodeGen
/
CellSPU
/
bss.ll
blob: 05a0f5003931a89904e6f7c7d71d7faec29c7e72 [
file
] [
log
] [
blame
]
Chris Lattner
ac834e7
2010-03-05 18:55:36 +0000
[
diff
] [
blame
]
1
; RUN: llc < %s -march=cellspu > %t1.s
2
; RUN: grep "\.section" %t1.s | grep "\.bss" | count 1
3
4
@bssVar
=
global
i32
zeroinitializer
5