diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/sections.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/sections.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/sections.ll b/llvm/test/CodeGen/PowerPC/sections.ll index 260b91e7722..0ff4a89ff37 100644 --- a/llvm/test/CodeGen/PowerPC/sections.ll +++ b/llvm/test/CodeGen/PowerPC/sections.ll @@ -3,6 +3,6 @@ @A = global i32 0 -; CHECK: .section ".bss","aw",@nobits +; CHECK: .section .bss,"aw",@nobits ; CHECK: .globl A |