aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CellSPU/bss.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CellSPU/bss.ll')
-rw-r--r--test/CodeGen/CellSPU/bss.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CellSPU/bss.ll b/test/CodeGen/CellSPU/bss.ll
index 327800d..7731e30 100644
--- a/test/CodeGen/CellSPU/bss.ll
+++ b/test/CodeGen/CellSPU/bss.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=cellspu | FileCheck %s
@bssVar = global i32 zeroinitializer
-; CHECK: .section .bss
+; CHECK: .section ".bss"
; CHECK-NEXT: .globl
@localVar= internal global i32 zeroinitializer