Make sure this test tests something.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2010-04-09 19:03:31 +00:00
parent 0473868bfe
commit 232c8b4d26

View File

@ -1,7 +1,11 @@
; RUN: llc < %s -march=cellspu > %t1.s
; RUN: grep "\.section" %t1.s | grep "\.bss" | count 1
; CHECK-NOT: .lcomm
; RUN: llc < %s -march=cellspu | FileCheck %s
@bssVar = global i32 zeroinitializer
@localVar= internal global i32 zeroinitializer
; CHECK: .section .bss
; CHECK-NEXT: .globl
@localVar= internal global i32 zeroinitializer
; CHECK-NOT: .lcomm
; CHECK: .local
; CHECK-NEXT: .comm