mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
e1452aba94
llvm-svn: 97814
6 lines
133 B
LLVM
6 lines
133 B
LLVM
; RUN: llc < %s -march=cellspu > %t1.s
|
|
; RUN: grep "\.section" %t1.s | grep "\.bss" | count 1
|
|
|
|
@bssVar = global i32 zeroinitializer
|
|
|