Bug#9033: For the ELF assembler output, always quote the section name.

llvm-svn: 126963
diff --git a/llvm/test/CodeGen/PowerPC/sections.ll b/llvm/test/CodeGen/PowerPC/sections.ll
index 0ff4a89..260b91e 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