diff options
Diffstat (limited to 'llvm/test/CodeGen/CellSPU/bss.ll')
-rw-r--r-- | llvm/test/CodeGen/CellSPU/bss.ll | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/CodeGen/CellSPU/bss.ll b/llvm/test/CodeGen/CellSPU/bss.ll deleted file mode 100644 index 327800d09cb..00000000000 --- a/llvm/test/CodeGen/CellSPU/bss.ll +++ /dev/null @@ -1,11 +0,0 @@ -; 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 - |