Initialize CStringSection member var.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 27 Oct 2006 16:14:06 +0000 (16:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 27 Oct 2006 16:14:06 +0000 (16:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31214 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetAsmInfo.cpp

index 7d463ce572faaf1173c6a4327f6034e9ff61c788..b4014dd6b296625a9cb1ad69cb4063f88f1ac404 100644 (file)
@@ -49,6 +49,7 @@ TargetAsmInfo::TargetAsmInfo() :
   ConstantPoolSection("\t.section .rodata\n"),
   JumpTableDataSection("\t.section .rodata\n"),
   JumpTableDirective(0),
+  CStringSection(0),
   StaticCtorsSection("\t.section .ctors,\"aw\",@progbits"),
   StaticDtorsSection("\t.section .dtors,\"aw\",@progbits"),
   FourByteConstantSection(0),